mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-30 19:45:59 +00:00
added it_get_navigator_tree and it_get_folder_content
This commit is contained in:
@@ -27,11 +27,11 @@ class FileTest extends TestCase
|
||||
*/
|
||||
public function it_test_file_factory()
|
||||
{
|
||||
$folder = File::factory(File::class)
|
||||
$file = File::factory(File::class)
|
||||
->create();
|
||||
|
||||
$this->assertDatabaseHas('files', [
|
||||
'id' => $folder->id
|
||||
'id' => $file->id
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user