This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/tests/unit/testData/EntryPoints/Espo/EntryPoints/Test.php
T
2016-09-13 16:20:42 +03:00

17 lines
162 B
PHP

<?php
namespace tests\unit\testData\EntryPoints\Espo\EntryPoints;
class Test
{
protected $authRequired = true;
public function run()
{
}
}