Skip to content

Commit

Permalink
Fix TRAC-1082.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 23, 2010
1 parent fee0112 commit c22c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ PHPUnit 3.5.0
* The shared fixture functionality has been removed.
* `PHPUnit_Extensions_PerformanceTestCase` has been removed.
* `PHPUnit_Extensions_TicketListener_Trac` has been removed.
* Replaced `PHPUnit_Framework_MockObject` with the [PHP_MockObject](http://github.com/sebastianbergmann/php-mock-objects) component.
* Replaced `PHPUnit_Framework_MockObject` with the [PHP_MockObject](http://github.com/sebastianbergmann/phpunit-mock-objects) component.
* Replaced `PHPUnit_Extensions_Database_TestCase` with the [DbUnit](http://github.com/sebastianbergmann/dbunit) component.
* Replaced `PHPUnit_Extensions_SeleniumTestCase` with the [PHPUnit_Selenium](http://github.com/sebastianbergmann/phpunit-selenium) component.
* Replaced `PHPUnit_Util_FilterIterator` with the [PHP_FileIterator](http://github.com/sebastianbergmann/php-file-iterator) component.
Expand Down

0 comments on commit c22c64b

Please sign in to comment.