mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix cs
This commit is contained in:
parent
8e618ed9e6
commit
f510dac32a
1 changed files with 1 additions and 2 deletions
|
@ -96,7 +96,6 @@ class XmlViewTest extends CakeTestCase {
|
|||
$this->assertFalse(isset($View->Html), 'No helper loaded.');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Test that rendering with _serialize respects XML options.
|
||||
*
|
||||
|
@ -167,7 +166,7 @@ class XmlViewTest extends CakeTestCase {
|
|||
$this->assertSame($expected, $result);
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Test render with an array in _serialize
|
||||
*
|
||||
* @return void
|
||||
|
|
Loading…
Reference in a new issue