Fixed failing language test after addition of formatter
This commit is contained in:
		
							parent
							
								
									101a7b40b9
								
							
						
					
					
						commit
						651ae2f3be
					
				| 
						 | 
				
			
			@ -11,7 +11,7 @@ class LanguageTest extends TestCase
 | 
			
		|||
    public function setUp()
 | 
			
		||||
    {
 | 
			
		||||
        parent::setUp();
 | 
			
		||||
        $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.', 'check.php']);
 | 
			
		||||
        $this->langs = array_diff(scandir(resource_path('lang')), ['..', '.', 'check.php', 'format.php']);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function test_locales_config_key_set_properly()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue