Browse Source

Fix CS error

Walther Lalk 11 years ago
parent
commit
1464c047c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/ViewTest.php

+ 1 - 1
tests/TestCase/View/ViewTest.php

@@ -1359,7 +1359,7 @@ class ViewTest extends TestCase {
 		$this->assertTrue($this->View->exists('test'));
 	}
 
-	/**
+/**
  * Test setting a block's content to null
  *
  * @return void