Gc\Media\InfoTest::testFromFileWithWrongFilePath PHP Méthode

testFromFileWithWrongFilePath() public méthode

Test
public testFromFileWithWrongFilePath ( ) : void
Résultat void
    public function testFromFileWithWrongFilePath()
    {
        $this->assertFalse($this->object->fromFile('wrong-path-file.info'));
    }