<?php strrpos(string $haystack, string $needle, int $offset = 0): int|false
<?php $relativePath = str_replace($this->testsPath, '', TestSuite::getInstance()->getFilename()); $relativePath = substr($relativePath, 0, (int) strrpos($relativePath, '.')); $description = TestSuite::getInstance()->getDescription();