Skip to content

Commit

Permalink
correct coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Mar 25, 2013
1 parent a7708c9 commit 3a1ff36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/XmlTest.php
Expand Up @@ -472,7 +472,7 @@ public function testFromArrayUnterminatedError() {
'thumbnail_image_URL' => 'http://example.com/thumb',
'brand' => 'Malte Lange & Co',
'availability' => 'in stock',
'authors' =>array(
'authors' => array(
'author' => array('Malte Lange & Co')
)
);
Expand Down

0 comments on commit 3a1ff36

Please sign in to comment.