Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.4

Bug #17089 Unit tests, PHPUnit 3.4: failing
Submitted: 2010-02-12 11:26 UTC
From: doconnor Assigned: kguest
Status: Closed Package: Testing_Selenium (version CVS)
PHP Version: 5.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 23 + 13 = ?

 
 [2010-02-12 11:26 UTC] doconnor (Daniel O'Connor)
Description: ------------ See http://test.pear.php.net/unit-test-results/phpunit_results.txt Test script: --------------- php -c ../php.ini -f /home/clockwerx/packages-all/Testing_Selenium/tests/AllTests.php Expected result: ---------------- Tests run, pass. Actual result: -------------- Warning: Missing argument 1 for SeleniumTest::__construct(), called in /usr/local/lib/php/pear/PHPUnit/Framework/TestSuite.php on line 513 and defined in /home/clockwerx/packages-all/Testing_Selenium/tests/SeleniumTest.php on line 15 Notice: Undefined variable: name in /home/clockwerx/packages-all/Testing_Selenium/tests/SeleniumTest.php on line 18 Warning: Missing argument 1 for SeleniumTest::__construct(), called in /usr/local/lib/php/pear/PHPUnit/Framework/TestSuite.php on line 513 and defined in /home/clockwerx/packages-all/Testing_Selenium/tests/SeleniumTest.php on line 15 Notice: Undefined variable: name in /home/clockwerx/packages-all/Testing_Selenium/tests/SeleniumTest.php on line 18 Warning: Missing argument 1 for BugTest::__construct(), called in /usr/local/lib/php/pear/PHPUnit/Framework/TestSuite.php on line 513 and defined in /home/clockwerx/packages-all/Testing_Selenium/tests/BugTest.php on line 9 Notice: Undefined variable: name in /home/clockwerx/packages-all/Testing_Selenium/tests/BugTest.php on line 12 Warning: Missing argument 1 for BugTest::__construct(), called in /usr/local/lib/php/pear/PHPUnit/Framework/TestSuite.php on line 513 and defined in /home/clockwerx/packages-all/Testing_Selenium/tests/BugTest.php on line 9 Notice: Undefined variable: name in /home/clockwerx/packages-all/Testing_Selenium/tests/BugTest.php on line 12 Warning: Missing argument 1 for BugTest::__construct(), called in /usr/local/lib/php/pear/PHPUnit/Framework/TestSuite.php on line 513 and defined in /home/clockwerx/packages-all/Testing_Selenium/tests/BugTest.php on line 9 Notice: Undefined variable: name in /home/clockwerx/packages-all/Testing_Selenium/tests/BugTest.php on line 12

Comments

 [2010-04-08 04:09 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2010-04-08 04:22 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. added checks to determine if a connection to port 127.0.0.1:4444 is possible.