Core/tests/libraries/testDifferentPrefix/unit_test_Encryption.php

8 lines
158 B
PHP
Raw Normal View History

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