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