Skip to content

Commit

Permalink
Fix incorrect variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 14, 2014
1 parent a219530 commit 41ed587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/View/ViewVarsTraitTest.php
Expand Up @@ -133,7 +133,7 @@ public function testUndefinedValidViewOptions() {
$result = $this->subject->viewOptions();

$this->assertTrue(is_array($result));
$this->assertTrue(empty($resulit));
$this->assertTrue(empty($result));
}

}

0 comments on commit 41ed587

Please sign in to comment.