docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for PHPUnit is out of date

Open interrupt-routine opened this issue 5 months ago • 0 comments

Page at https://docs.codewars.com/languages/php/phpunit

According to https://github.com/codewars/content-issues/wiki/List-of-PHP-Kata-to-Update, from code runner version PHP 8.0 on, the solution should now start with the tag <?php ;and the tests should have:

<?php

use PHPUnit\Framework\TestCase;

class Test {
// ...

interrupt-routine avatar Jun 20 '25 20:06 interrupt-routine