| 1 | <?php |
||
| 7 | class Phpunit extends Controller |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Constructs a test case with the given name. |
||
| 11 | * |
||
| 12 | */ |
||
| 13 | public function __construct() |
||
| 17 | |||
| 18 | /** |
||
| 19 | * new method to launch a web server |
||
| 20 | * @param array $options |
||
| 21 | * @tutorial php bin/console server:run |
||
| 22 | * php bin/console server:run -a 192.168.0.1:8000 |
||
| 23 | */ |
||
| 24 | public function phpunit(array $options = array()) |
||
| 47 | } |
||
| 48 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.