diff --git a/tests/TestCase/View/ViewVarsTraitTest.php b/tests/TestCase/View/ViewVarsTraitTest.php index b7f6294e30c..25420ef8c1d 100644 --- a/tests/TestCase/View/ViewVarsTraitTest.php +++ b/tests/TestCase/View/ViewVarsTraitTest.php @@ -133,7 +133,7 @@ public function testUndefinedValidViewOptions() { $result = $this->subject->viewOptions(); $this->assertTrue(is_array($result)); - $this->assertTrue(empty($resulit)); + $this->assertTrue(empty($result)); } }