diff --git a/tests/TicketNjeroTestCase.php b/tests/TicketNjeroTestCase.php new file mode 100644 index 000000000..98a8d3df5 --- /dev/null +++ b/tests/TicketNjeroTestCase.php @@ -0,0 +1,35 @@ +. + */ + +/** + * Doctrine_TicketNjero_TestCase + * + * @package Doctrine + * @author Konsta Vesterinen + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision$ + */ +class Doctrine_TicketNjero_TestCase extends Doctrine_UnitTestCase +{ +} diff --git a/tests/run.php b/tests/run.php index 96fbaf658..52dbeb8b0 100644 --- a/tests/run.php +++ b/tests/run.php @@ -71,6 +71,10 @@ $test = new GroupTest('Doctrine Framework Unit Tests'); $test->addTestCase(new Doctrine_Ticket330_TestCase()); */ /** */ + +$test->addTestCase(new Doctrine_TicketNjero_TestCase()); + + // Connection drivers (not yet fully tested) $test->addTestCase(new Doctrine_Connection_Pgsql_TestCase()); $test->addTestCase(new Doctrine_Connection_Oracle_TestCase());