diff options
Diffstat (limited to 'tests/unit/AllTests.php')
-rw-r--r-- | tests/unit/AllTests.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/AllTests.php b/tests/unit/AllTests.php index 38096801..e097247b 100644 --- a/tests/unit/AllTests.php +++ b/tests/unit/AllTests.php @@ -6,6 +6,7 @@ if(!defined('PHPUnit_MAIN_METHOD')) { } require_once 'Xml/AllTests.php'; +require_once 'IO/AllTests.php'; require_once 'Collections/AllTests.php'; require_once 'I18N/core/AllTests.php'; require_once 'Web/AllTests.php'; @@ -22,6 +23,7 @@ class AllTests { $suite = new PHPUnit_Framework_TestSuite('PRADO PHP Framework'); $suite->addTest(Xml_AllTests::suite()); + $suite->addTest(IO_AllTests::suite()); $suite->addTest(Collections_AllTests::suite()); $suite->addTest(I18N_core_AllTests::suite()); $suite->addTest(Web_AllTests::suite()); |