Skip to content

Commit 1ef57e9

Browse files
committed
ITT: FilesystemAsserts tests added.
1 parent d5124eb commit 1ef57e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/Asserts/FilesystemAssertsTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ public function it_has_directory_empty_assertion()
77
{
88
$this->assertDirectoryEmpty(__DIR__ . '/FilesystemAssertsTest/Empty');
99
}
10+
11+
/** @test */
12+
public function it_has_directory_not_empty_assertion()
13+
{
14+
$this->assertDirectoryNotEmpty(__DIR__ . '/FilesystemAssertsTest/NotEmpty');
15+
$this->assertDirectoryNotEmpty(__DIR__ . '/FilesystemAssertsTest/WithSubDirectory');
16+
}
1017
}

0 commit comments

Comments
 (0)