Author: Sebastian Bergmann Date: 2007-03-26 08:43:10 +0200 (Mon, 26 Mar 2007) New Revision: 4773
Log: - PHPUnit 3.1 compatibility. Modified: experimental/Workflow/tests/case.php Modified: experimental/Workflow/tests/case.php =================================================================== --- experimental/Workflow/tests/case.php 2007-03-25 11:13:54 UTC (rev 4772) +++ experimental/Workflow/tests/case.php 2007-03-26 06:43:10 UTC (rev 4773) @@ -34,9 +34,9 @@ if ( !class_exists( 'SOA', false ) ) { - $this->getMock( 'ezcWorkflowServiceObject', array(), array(), 'SOA' ); - $this->getMock( 'ezcWorkflowServiceObject', array(), array(), 'SOB' ); - $this->getMock( 'ezcWorkflowServiceObject', array(), array(), 'SOC' ); + $this->getMock( 'ezcWorkflowServiceObject', array(), array(), 'SOA', TRUE, TRUE, TRUE ); + $this->getMock( 'ezcWorkflowServiceObject', array(), array(), 'SOB', TRUE, TRUE, TRUE ); + $this->getMock( 'ezcWorkflowServiceObject', array(), array(), 'SOC', TRUE, TRUE, TRUE ); } } -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components