You are here

public function vfsStreamResolveIncludePathTestCase::unknownFileCanNotBeResolvedYieldsFalse in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamResolveIncludePathTestCase.php \org\bovigo\vfs\vfsStreamResolveIncludePathTestCase::unknownFileCanNotBeResolvedYieldsFalse()

@test

File

vendor/mikey179/vfsStream/src/test/php/org/bovigo/vfs/vfsStreamResolveIncludePathTestCase.php, line 57

Class

vfsStreamResolveIncludePathTestCase
Test for org\bovigo\vfs\vfsStream.

Namespace

org\bovigo\vfs

Code

public function unknownFileCanNotBeResolvedYieldsFalse() {
  $this
    ->assertFalse(@stream_resolve_include_path('path/unknownFile.php'));
}