Lines Matching refs:SUT
39 use Hoa\Consistency\Consistency as SUT; alias
60 ->when($result = SUT::entityExists('foo'))
89 ->when($result = SUT::entityExists('foo'))
98 ->when($result = SUT::getEntityShortestName('Foo\Bar\Bar'))
107 ->when($result = SUT::getEntityShortestName('Foo\Bar'))
116 ->when($result = SUT::getEntityShortestName('Foo'))
218 ->boolean(SUT::isKeyword($keyword))
231 ->boolean(SUT::isIdentifier($identifier))
255 ->when($result = SUT::registerShutdownFunction($callable))
265 ->when($result = SUT::getPHPBinary())
278 ->when($result = SUT::getPHPBinary())
294 ->when($result = SUT::getPHPBinary())
304 ->when($result = SUT::uuid())
317 $uuids[] = SUT::uuid();