Browse Source

another stringifyList mised oportunity

AD7six 11 years ago
parent
commit
2b4b05e566
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/Template/Bake/tests/test_case.ctp

+ 1 - 3
src/Template/Bake/tests/test_case.ctp

@@ -45,9 +45,7 @@ class <%= $className %>Test extends TestCase {
  *
  * @var array
  */
-	public $fixtures = [
-		'<%= join("',\n\t\t'", $fixtures); %>'
-	];
+	public $fixtures = [<%= $this->Bake->stringifyList($fixtures) %>];
 
 <% endif; %>
 <% if (!empty($construction)): %>