Core/tests/libraries/testLoadExtendedLibrary/MY_Zip.php
Abel Hoogeveen 96ca890656 Finished the Library system
All unit tests have also been implemented.
Many bugs have been smashed with the mighty hammer.
2016-06-02 20:13:08 +02:00

8 lines
130 B
PHP

<?php
namespace Application\Library;
use FuzeWorks\Library\FW_Zip;
class MY_Zip extends FW_Zip {
public $child = 'someValue';
}