- 02 Nov, 2019 3 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
Sergei Morozov authored
-
- 07 Oct, 2019 1 commit
-
-
Sergei Morozov authored
$ composer update phpunit/phpunit --with-all-dependencies
-
- 06 Oct, 2019 1 commit
-
-
- 03 Aug, 2019 1 commit
-
-
Sergei Morozov authored
-
- 10 Jun, 2019 1 commit
-
-
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
-
- 07 Jun, 2019 1 commit
-
-
Sergei Morozov authored
-
- 28 May, 2019 2 commits
-
-
Sergei Morozov authored
-
Nicolas Grekas authored
-
- 16 May, 2019 1 commit
-
-
Sergei Morozov authored
1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones where possible. 2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent. 3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604.
-
- 17 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 03 Apr, 2019 1 commit
-
-
Christophe Coevoet authored
Version was bumped to 2.10-dev in 27023276 but the branch alias was forgotten.
-
- 17 Mar, 2019 1 commit
-
-
Ahmed Abdou authored
-
- 14 Mar, 2019 1 commit
-
-
Sergei Morozov authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 20 Jan, 2019 1 commit
-
-
Sergei Morozov authored
-
- 06 Dec, 2018 1 commit
-
-
Michael Moravec authored
-
- 16 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 1 commit
-
-
Sergei Morozov authored
-
- 31 Aug, 2018 2 commits
-
-
Michael Moravec authored
-
Jonathan H. Wage authored
-
- 18 Aug, 2018 1 commit
-
-
Michael Moravec authored
-
- 03 Aug, 2018 1 commit
-
-
Michael Moravec authored
-
- 02 Aug, 2018 1 commit
-
-
Michael Moravec authored
-
- 03 Jul, 2018 2 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
- 27 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 11 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 04 Jun, 2018 1 commit
-
-
Michael Moravec authored
-
- 10 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 07 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 16 Mar, 2018 1 commit
-
-
photodude authored
-
- 01 Mar, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 17 Feb, 2018 1 commit
-
-
Michael Moravec authored
-
- 05 Jan, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Dec, 2017 1 commit
-
-
Michael Moravec authored
-
- 06 Dec, 2017 2 commits
-
-
Grégoire Paris authored
I am not sure if there is a rationale behind ignoring extra keys like this. I was under the impression that something might copy options to platform specific options, thus leaving options in the original array, knowing they would be ignored anyway. If it is the case, it would be best to just move them, otherwise, this commit might help troubleshoot some mapping issues. I had to fix some tests that wrongly used that options array (maybe these options were valid at some point?).
-
Grégoire Paris authored
It makes diffs easier to read and avoids conflicts.
-