Name
Last commit
Last update
..
Common [2.0] Refactored classloader architecture. Renamed ClassLoader => GlobalClassLoader. Introduced IsolatedClassLoader that is suitable for participating in autoload stacks. Added 2 example entity classes to the sandbox with 2 xml mappings and 2 yaml mappings. Simplified sandbox setup.
DBAL [2.0][DDC-24] Fixed (together with some small misc. refactorings).
Mocks [2.0][DDC-24] Fixed (together with some small misc. refactorings).
Models [2.0][DDC-24] Fixed (together with some small misc. refactorings).
ORM [2.0][DDC-7] Fixed.
AllTests.php [2.0] Cleaning up tests and removing some unused files to remove any confusion
DbalFunctionalTestCase.php [2.0] Fixed connection sharing when Functional DBAL or ORM tests are run standalone.
DbalFunctionalTestSuite.php [2.0] Solved the hassle with dropping/creating the test database through introducing a second test database for temporary connections. Please check the dbproperties.xml.dev file for reference. The 2 test databases need to be created *once* before the very first time of running the tests. New procedure successfully tested against mysql, postgresql, oracle.
DbalTestCase.php Enabling namespaces. Final restructurings.
DbalTestSuite.php Enabling namespaces. Final restructurings.
DoctrineTestCase.php Enabling namespaces. Final restructurings.
DoctrineTestSuite.php Enabling namespaces. Final restructurings.
OrmFunctionalTestCase.php [2.0][DDC-7] Fixed.
OrmFunctionalTestSuite.php Enabling namespaces. Final restructurings.
OrmPerformanceTestCase.php [2.0] Adding insert performance tests.
OrmTestCase.php [2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects #2348)
OrmTestSuite.php Enabling namespaces. Final restructurings.
TestInit.php [2.0] Fixed some build issues. Added new build properties. Please install VersionControl_SVN pear package in order to use the test target of the build file.
TestUtil.php [2.0] Solved the hassle with dropping/creating the test database through introducing a second test database for temporary connections. Please check the dbproperties.xml.dev file for reference. The 2 test databases need to be created *once* before the very first time of running the tests. New procedure successfully tested against mysql, postgresql, oracle.