summaryrefslogtreecommitdiff
path: root/tests/unit/I18N/core/NumberFormatInfoTest.php
AgeCommit message (Collapse)Author
2014-08-23Removed ?> from testsFabio Bas
2013-09-17Chnages in phpunit's bootstrap script; should hopefully fix travisFabio Bas
2007-05-29upgraded unit test suite to use PHPUnit3knut
use "cd tests/; phpunit AllTests.php" to run the tests use "cd tests/; phpunit --report=coverage AllTests.php" to get a nice code coverage report (need xdebug)
2006-01-30- Ported a few unit tests from the I18N packageknut
- Moving report stylesheets to buildscripts/phing - Added a build/dist target for both standard distribution and PEAR package to build.xml