mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Coding standards
This commit is contained in:
parent
08620704be
commit
ddfcb06d02
1 changed files with 2 additions and 2 deletions
|
@ -345,6 +345,6 @@ class JsonViewTest extends CakeTestCase {
|
||||||
$View = new JsonView($Controller);
|
$View = new JsonView($Controller);
|
||||||
$output = $View->render();
|
$output = $View->render();
|
||||||
$this->assertSame('null', $output);
|
$this->assertSame('null', $output);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue