- 03 Aug, 2019 3 commits
-
-
Sergei Morozov authored
-
Marco Pivetta authored
Bumped PHPUnit requrement to ^8.3.3, removed dependency on symfony/phpunit-bridge
-
Sergei Morozov authored
-
- 07 Jul, 2019 2 commits
-
-
Sergei Morozov authored
Switched from ibmcom/db2express-c to ibmcom/db2
-
Sergei Morozov authored
-
- 26 Jun, 2019 2 commits
-
-
Sergei Morozov authored
Add commit result bool
-
Andrej Hudec authored
-
- 17 Jun, 2019 2 commits
-
-
Sergei Morozov authored
Compare type class when comparing columns.
-
garret-gunter authored
-
- 16 Jun, 2019 1 commit
-
-
Sergei Morozov authored
Added a unit test for Doctrine\DBAL\Logging\LoggerChain
-
- 15 Jun, 2019 3 commits
-
-
Sergei Morozov authored
Reworked the mocks generated by Prophecy using PHPUnit
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 10 Jun, 2019 3 commits
-
-
Sergei Morozov authored
Updated PHPUnit to 8.2.1
-
Sergei Morozov authored
The new version contains some improvements in handling mocks (https://github.com/sebastianbergmann/phpunit/issues/3602) and will help identify some existing issues in DBAL 3.0 tests: There were 2 warnings: 1) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #0 (array('test', null, 'value')) Method bindValue may not return value of type boolean 2) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #1 (array(null, 'test', 'value')) Method bindValue may not return value of type boolean
-
Sergei Morozov authored
Updated Jetbrains PhpStorm stubs to 2019.1
-
- 07 Jun, 2019 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
Deprecated some unused code bits
-
- 06 Jun, 2019 1 commit
-
-
Sergei Morozov authored
-
- 01 Jun, 2019 2 commits
-
-
Sergei Morozov authored
Make LoggerChain use constructor to add loggers instead of adder method
-
Gabriel Ostrolucký authored
-
- 30 May, 2019 2 commits
-
-
Sergei Morozov authored
Enforced parameter and return value types in test classes
-
Sergei Morozov authored
-
- 28 May, 2019 4 commits
-
-
Sergei Morozov authored
Upgraded to PHPUnit 8.1.6 and reworked the remaining driver exception mock
-
Sergei Morozov authored
-
Sergei Morozov authored
Allow Symfony 5
-
Nicolas Grekas authored
-
- 24 May, 2019 7 commits
-
-
Luís Cobucci authored
add .github/FUNDING.yml
-
Jonathan H. Wage authored
-
Sergei Morozov authored
Deprecated Driver::getName()
-
Sergei Morozov authored
The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
-
Sergei Morozov authored
Removed 2.8 from README
-
Sergei Morozov authored
Removed the rest of mock classes
-
Sergei Morozov authored
-
- 23 May, 2019 3 commits
-
-
Sergei Morozov authored
The usage of user-provided PDO instance is deprecated
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 22 May, 2019 3 commits
-
-
Sergei Morozov authored
Default column expressions do not work on SQL Server
-
Sergei Morozov authored
-
Sergei Morozov authored
Removed the assertion which doesn't work with a user-provided PDO connection
-