Browse Source

fix php53

Mark Scherer 11 years ago
parent
commit
dfd3cbf34d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/View/Helper/FlashHelperTest.php

+ 1 - 1
Test/Case/View/Helper/FlashHelperTest.php

@@ -105,7 +105,7 @@ class FlashHelperTest extends MyCakeTestCase {
 	 * @return void
 	 */
 	public function testFlashComplexMocked() {
-		$this->View = $this->getMock('View', ['element']);
+		$this->View = $this->getMock('View', array('element'));
 		$this->Flash = new FlashHelper($this->View);
 
 		$this->Flash->settings['useElements'] = true;