Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Repository
fb7adbbebb5c2e5248993a8de7d60c892453bbd6
Switch branch/tag
doctrine-dbal
tests
Doctrine
Tests
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
zip
tar.gz
tar.bz2
tar
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
· 435acc91
romanb
authored
15 years ago
435acc91
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.
15 years ago
DBAL
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
15 years ago
Mocks
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
15 years ago
Models
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
15 years ago
ORM
[2.0][DDC-7] Fixed.
15 years ago
AllTests.php
[2.0] Cleaning up tests and removing some unused files to remove any confusion
16 years ago
DbalFunctionalTestCase.php
[2.0] Fixed connection sharing when Functional DBAL or ORM tests are run standalone.
15 years ago
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.
15 years ago
DbalTestCase.php
Enabling namespaces. Final restructurings.
16 years ago
DbalTestSuite.php
Enabling namespaces. Final restructurings.
16 years ago
DoctrineTestCase.php
Enabling namespaces. Final restructurings.
16 years ago
DoctrineTestSuite.php
Enabling namespaces. Final restructurings.
16 years ago
OrmFunctionalTestCase.php
[2.0][DDC-7] Fixed.
15 years ago
OrmFunctionalTestSuite.php
Enabling namespaces. Final restructurings.
16 years ago
OrmPerformanceTestCase.php
[2.0] Adding insert performance tests.
15 years ago
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)
15 years ago
OrmTestSuite.php
Enabling namespaces. Final restructurings.
16 years ago
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.
15 years ago
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.
15 years ago