Programming Language PHP
Namespace Elabftw\Services
Class Check
Method/Function target
Total Examples 2
2 code examples of PHP Elabftw\Services\Check::target extracted from open source projects
public function testInvalidTarget(): void
{
$this->expectException(IllegalActionException::class);
Check::target('Grogu');
}
public function getTarget(): string
{
return Check::target($this->target);
}