Beispiel #1
0
    }
    /**
     *  Test the __get() method
     *  @todo Implement test__get()
     */
    public function test__get()
    {
        // Remove the following line when you implement this test.
        throw new PHPUnit2_Framework_IncompleteTestError();
    }
    /**
     *  Test the __set() method
     *  @todo Implement test__set()
     */
    public function test__set()
    {
        // Remove the following line when you implement this test.
        throw new PHPUnit2_Framework_IncompleteTestError();
    }
}
// Call ActiveRecordTest::main() if this source file is executed directly.
if (PHPUnit2_MAIN_METHOD == "ActiveRecordTest::main") {
    ActiveRecordTest::main();
}
// -- set Emacs parameters --
// Local variables:
// tab-width: 4
// c-basic-offset: 4
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End: