Browse Source

correct coding standards

euromark 13 years ago
parent
commit
3a1ff36d5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Test/Case/Utility/XmlTest.php

+ 1 - 1
lib/Cake/Test/Case/Utility/XmlTest.php

@@ -472,7 +472,7 @@ XML;
 			'thumbnail_image_URL' => 'http://example.com/thumb',
 			'brand' => 'Malte Lange & Co',
 			'availability' => 'in stock',
-			'authors' =>array(
+			'authors' => array(
 				'author' => array('Malte Lange & Co')
 			)
 		);