<?php html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?string $encoding = null): string
<?php $method = TestSuite::getInstance()->tests->get(self::$__filename)->getMethod($this->name()); $description = $this->dataName() ? $method->description.' with '.$this->dataName() : $method->description; $description = htmlspecialchars(html_entity_decode($description), ENT_NOQUOTES); if ($method->repetitions > 1) { $matches = [];