/var/www/vhosts/nabawater/vendor/chillerlan/php-settings-container/tests
Edit: /var/www/vhosts/nabawater/vendor/chillerlan/php-settings-container/tests/TestContainer.php (497B)
* @copyright 2018 Smiley
* @license MIT
*/
namespace chillerlan\SettingsTest;
use chillerlan\Settings\SettingsContainerAbstract;
/**
* @property $test1
* @property $test2
* @property $test3
* @property $test4
* @property $test5
* @property $test6
*/
class TestContainer extends SettingsContainerAbstract{
use TestOptionsTrait;
private string $test3 = 'what';
}