Fakerino\Test\DataSource\FakeFileContainerTest::testGetNotExistedFile PHP Méthode

testGetNotExistedFile() public méthode

    public function testGetNotExistedFile()
    {
        $container = new FakeFileContainer();
        $this->assertFalse($container->get('wrongPath/foo.txt'));
    }