| 1 | <?php |
||
| 16 | abstract class AbstractMmexTestCase extends TestCase |
||
| 17 | { |
||
| 18 | use DatabaseMigrations; |
||
| 19 | use DbUtils; |
||
| 20 | |||
| 21 | protected $apiUri = '/services.php'; |
||
| 22 | protected $guid = '{D6A33C24-DE43-D62C-A609-EF5138F33F30}'; |
||
| 23 | protected $success = 'Operation has succeeded'; |
||
| 24 | |||
| 25 | protected function buildUrl(string $url, array $data): string |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param TestResponse $response |
||
| 35 | * @return TestResponse |
||
| 36 | */ |
||
| 37 | protected function seeSuccess(TestResponse $response) |
||
| 42 | } |
||
| 43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.