Pipe\Test\ManifestTest::testReadThrowsExceptionWhenNotFound PHP Method

testReadThrowsExceptionWhenNotFound() public method

    function testReadThrowsExceptionWhenNotFound()
    {
        $env = new Environment();
        $manifest = new Manifest($env, __DIR__ . "/foo.json");
        $manifest->read();
    }