PhpOffice\PhpPresentation\Tests\Shape\Drawing\FileTest::testPathWithoutVerifyFile PHP Méthode

testPathWithoutVerifyFile() public méthode

    public function testPathWithoutVerifyFile()
    {
        $object = new File();
        $this->assertInstanceOf('PhpOffice\\PhpPresentation\\Shape\\Drawing\\File', $object->setPath('', false));
        $this->assertEmpty($object->getPath());
    }