diff --git a/tests/automated/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php b/tests/automated/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php index 1f05e1da2..ce17ff5c2 100644 --- a/tests/automated/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php +++ b/tests/automated/workflow/engine/classes/classXmlForm_Field_popupOptionTest.php @@ -57,7 +57,7 @@ class classXmlForm_Field_popupOptionTest extends PHPUnit_Framework_TestCase public function testgetEvents() { $methods = get_class_methods($this->object); - $this->assertTrue( in_array('getEvents', $methods ), 'exists method getEvents' ); + $this->assertTrue(in_array('getEvents', $methods ), 'exists method getEvents' ); $r = new ReflectionMethod('XmlForm_Field_popupOption', 'getEvents'); $params = $r->getParameters(); }