From 4bb224a3fc45ca72a7b92a72da77c7aa276a073c Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 24 Sep 2006 19:57:58 +0000 Subject: [PATCH] --- tests/run.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/run.php b/tests/run.php index 064466f77..6a4f4e124 100644 --- a/tests/run.php +++ b/tests/run.php @@ -14,7 +14,7 @@ require_once("AccessTestCase.php"); require_once("ValidatorTestCase.php"); require_once("CollectionTestCase.php"); require_once("PessimisticLockingTestCase.php"); - +require_once("EventListenerChainTestCase.php"); require_once("CacheSqliteTestCase.php"); require_once("CollectionOffsetTestCase.php"); require_once("QueryTestCase.php"); @@ -90,8 +90,9 @@ $test->addTestCase(new Doctrine_QueryTestCase()); $test->addTestCase(new Doctrine_EnumTestCase()); -//$test->addTestCase(new Doctrine_RelationAccessTestCase()); +$test->addTestCase(new Doctrine_RelationAccessTestCase()); +$test->addTestCase(new Doctrine_EventListener_Chain_TestCase()); //$test->addTestCase(new Doctrine_Cache_FileTestCase()); //$test->addTestCase(new Doctrine_Cache_SqliteTestCase());