Changeset 3776 for trunk/tests/Orm

Show
Ignore:
Timestamp:
02/14/08 20:20:35 (11 months ago)
Author:
meus
Message:

Added tests for Doctrine_Access. It uses annotations for exceptions and to mark functions as tests. Also changed some logic in access and implementing classes to make the abstraction a little bit more solid

Location:
trunk/tests/Orm/Component
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Orm/Component/AllTests.php

    r3722 r3776  
    88// Tests 
    99require_once 'Orm/Component/TestTest.php'; 
     10require_once 'Orm/Component/AccessTest.php'; 
    1011 
    1112class Orm_Component_AllTests 
     
    2021        $suite = new Doctrine_TestSuite('Doctrine Orm Component'); 
    2122 
    22         $suite->addTestSuite('Orm_Component_TestTest'); 
     23//        $suite->addTestSuite('Orm_Component_TestTest'); 
     24                                $suite->addTestSuite('Orm_Component_AccessTest'); 
    2325 
    2426        return $suite;