Gc\Media\InfoTest::testRenderWithWrongFilePath PHP Method

testRenderWithWrongFilePath() public method

Test
public testRenderWithWrongFilePath ( ) : void
return void
    public function testRenderWithWrongFilePath()
    {
        $this->object->fromFile('wrong-path-file.info');
        $this->assertFalse($this->object->render());
    }