Core/tests/libraries/testDifferentPrefix/unit_test_Encryption.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
158 B
PHP

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