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

testConstruct() public méthode

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