|
cvs: pear /PHPUnit/PHPUnit TestCase.php: msg#00554php.cvs.pear
sebastian Wed Sep 25 02:05:17 2002 EDT Modified files: /pear/PHPUnit/PHPUnit TestCase.php Log: Fix warning. Index: pear/PHPUnit/PHPUnit/TestCase.php diff -u pear/PHPUnit/PHPUnit/TestCase.php:1.1 pear/PHPUnit/PHPUnit/TestCase.php:1.2 --- pear/PHPUnit/PHPUnit/TestCase.php:1.1 Wed Sep 25 02:00:29 2002 +++ pear/PHPUnit/PHPUnit/TestCase.php Wed Sep 25 02:05:15 2002 @@ -16,7 +16,7 @@ // | Author: Sebastian Bergmann <sb@xxxxxxxxxxxxxxxxxxxxx> | // +----------------------------------------------------------------------+ // -// $Id: TestCase.php,v 1.1 2002/09/25 06:00:29 sebastian Exp $ +// $Id: TestCase.php,v 1.2 2002/09/25 06:05:15 sebastian Exp $ // require_once 'PHPUnit/Assert.php'; @@ -121,7 +121,7 @@ */ function run(&$result) { $this->_result = &$result; - $this->_result->run(&$this); + $this->_result->run($this); return $this->_result; } -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| News | FAQ | advertise |