From 40238430bf4ae61d04df9f9a002b8fed12319dae Mon Sep 17 00:00:00 2001 From: Victor Saisa Lopez Date: Fri, 13 Jul 2012 15:27:55 -0400 Subject: [PATCH] BUG 0000 "PHPUNIT instantiation classXmlForm_Field_popupOptionTest.php" SOLVED - Instantiation of the class - Formatting file to PSR2 --- .../engine/classes/classXmlForm_Field_popupOptionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }