Backup\Model\FilesTest::testExport PHP Method

testExport() public method

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