mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
lint
This commit is contained in:
parent
68f20ac903
commit
c29fe61ad1
24 changed files with 1242 additions and 50 deletions
|
|
@ -52,7 +52,7 @@ abstract class ControllerTest extends TestCase {
|
|||
}
|
||||
|
||||
protected function assertResponseData($expected) {
|
||||
if (!is_string($expected)) {
|
||||
if (!\is_string($expected)) {
|
||||
$expected = json_encode($expected);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue