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

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $object = new File();
        $this->assertEmpty($object->getPath());
    }