Commit 1862f00f authored by zYne's avatar zYne

new Doctrine_DB to the draft

parent 08a4de48
......@@ -26,7 +26,6 @@
*
* @package Doctrine ORM
* @url www.phpdoctrine.com
* @license LGPL
* @license LGPL
*/
class Doctrine_Null { }
final class Doctrine_Null { }
......@@ -18,7 +18,7 @@
* and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>.
*/
Doctrine::autoload('Doctrine_Access');
/**
* Doctrine_Record
* All record classes should inherit this super class
......@@ -225,10 +225,14 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
}
/**
* setUp
* implemented by child classes
* this method is used for setting up relations and attributes
* it should be implemented by child classes
*
* @return void
*/
public function setUp() { }
/**
* getOID
* return the object identifier
*
* @return integer
......
This diff is collapsed.
......@@ -25,7 +25,7 @@ require_once("FilterTestCase.php");
require_once("ValueHolderTestCase.php");
require_once("QueryLimitTestCase.php");
require_once("QueryReferenceModelTestCase.php");
require_once("DBTestCase.php");
require_once("SchemaTestCase.php");
require_once("ImportTestCase.php");
......@@ -34,7 +34,7 @@ error_reporting(E_ALL);
$test = new GroupTest("Doctrine Framework Unit Tests");
//$test->addTestCase(new Doctrine_DB_TestCase());
$test->addTestCase(new Doctrine_ConnectionTestCase());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment