PhpOffice\PhpPresentation\Tests\Shape\Drawing\FileTest::testPathWithoutVerifyFile PHP Method

testPathWithoutVerifyFile() public method

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