Backup\Model\FilesTest::testExport PHP 메소드

testExport() 공개 메소드

Test
public testExport ( ) : void
리턴 void
    public function testExport()
    {
        $this->assertInternalType('string', $this->object->export());
    }