| 1 | <?php |
||
| 14 | abstract class MmexTestCase extends TestCase |
||
| 15 | { |
||
| 16 | protected $apiUri = '/services.php'; |
||
| 17 | protected $guid = '{D6A33C24-DE43-D62C-A609-EF5138F33F30}'; |
||
| 18 | protected $success = 'Operation has succeeded'; |
||
| 19 | |||
| 20 | protected function buildUrl(string $url, array $data): string |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param TestResponse $response |
||
| 30 | * |
||
| 31 | * @return TestResponse |
||
| 32 | */ |
||
| 33 | protected function seeSuccess(TestResponse $response) |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.