PhpOffice\PhpPresentation\Tests\Shape\Drawing\FileTest::testConstruct PHP Метод

testConstruct() публичный Метод

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