for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helper;
use Codeception\Module;
use Codeception\TestCase;
class Unit extends Module
{
/**
* {@inheritdoc}
*
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
*/
public function _cleanup(TestCase $test)
$test
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
Test::clean();
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.