We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5124eb commit 1ef57e9Copy full SHA for 1ef57e9
tests/Asserts/FilesystemAssertsTest.php
@@ -7,4 +7,11 @@ public function it_has_directory_empty_assertion()
7
{
8
$this->assertDirectoryEmpty(__DIR__ . '/FilesystemAssertsTest/Empty');
9
}
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
+ }
17
0 commit comments