Gc\Media\InfoTest::testRenderWithWrongFilePath PHP Метод

testRenderWithWrongFilePath() публичный Метод

Test
public testRenderWithWrongFilePath ( ) : void
Результат void
    public function testRenderWithWrongFilePath()
    {
        $this->object->fromFile('wrong-path-file.info');
        $this->assertFalse($this->object->render());
    }