public function vfsStreamDirectoryIssue18TestCase::shouldContainThreeSubdirectories in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamDirectoryIssue18TestCase.php \org\bovigo\vfs\vfsStreamDirectoryIssue18TestCase::shouldContainThreeSubdirectories()
@test
File
- vendor/
mikey179/ vfsStream/ src/ test/ php/ org/ bovigo/ vfs/ vfsStreamDirectoryIssue18TestCase.php, line 41
Class
Namespace
org\bovigo\vfsCode
public function shouldContainThreeSubdirectories() {
$this
->assertEquals(3, count($this->rootDirectory
->getChild('var/log/app')
->getChildren()));
}