diff options
author | wei <> | 2007-04-24 06:14:56 +0000 |
---|---|---|
committer | wei <> | 2007-04-24 06:14:56 +0000 |
commit | d5eb713888715e8f18d2ccf508a8eb0b1a483ad1 (patch) | |
tree | 3752f12f0a9379681e13171df805e8f5760c53ec /tests/simple_unit/unit.php | |
parent | 1c74ee3c07cd2b25670826d44f7a1b1959302ce3 (diff) |
add active record Relations
Diffstat (limited to 'tests/simple_unit/unit.php')
-rw-r--r-- | tests/simple_unit/unit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/simple_unit/unit.php b/tests/simple_unit/unit.php index b58c98c5..7e86e925 100644 --- a/tests/simple_unit/unit.php +++ b/tests/simple_unit/unit.php @@ -1,7 +1,6 @@ <?php
include_once '../test_tools/unit_tests.php';
-
$test_cases = dirname(__FILE__)."/";
$tester = new PradoUnitTester($test_cases);
|