mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- select search dark mode
- file showing fix on mobile devices - frontend build
This commit is contained in:
@@ -12,7 +12,7 @@ use Tests\TestCase;
|
||||
|
||||
class LanguageEditorTest extends TestCase
|
||||
{
|
||||
use DatabaseMigrations;
|
||||
//use DatabaseMigrations;
|
||||
|
||||
protected $setup;
|
||||
|
||||
@@ -262,4 +262,16 @@ class LanguageEditorTest extends TestCase
|
||||
'Hi, my name is John Doe'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @test
|
||||
*/
|
||||
public function it_get_translated_string_from_t_helper_without_database_connection()
|
||||
{
|
||||
$this->assertEquals(
|
||||
__t('actions.close'),
|
||||
'Close'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user