summaryrefslogtreecommitdiffstats
path: root/phinx-tests.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-11 12:56:34 +0200
committerRemi Collet <remi@remirepo.net>2018-06-11 12:56:34 +0200
commit27108801e18fcedcfd6883c34c7168b022252cbb (patch)
treeb86511df39f09fce7e80c1b9f3013ae52331d07f /phinx-tests.patch
parent89bc3e4440e059a9b2178558bcc01a1a77d82a2a (diff)
update to 0.10.0
drop patch merged upstream raise dependency on PHP 5.6 add dependency on cakephp/collection add dependency on cakephp/database use range dependencies on F27+
Diffstat (limited to 'phinx-tests.patch')
-rw-r--r--phinx-tests.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/phinx-tests.patch b/phinx-tests.patch
deleted file mode 100644
index 5db1090..0000000
--- a/phinx-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up tests/Phinx/Console/Command/CreateTest.php.old tests/Phinx/Console/Command/CreateTest.php
---- tests/Phinx/Console/Command/CreateTest.php.old 2017-12-23 17:43:31.217652943 +0100
-+++ tests/Phinx/Console/Command/CreateTest.php 2017-12-23 17:43:39.896696824 +0100
-@@ -384,7 +384,7 @@ class CreateTest extends TestCase
- {
- if (method_exists($this, 'expectException')) {
- //PHPUnit 5+
-- $this->expectException($exception);
-+ $this->expectException($exceptionName);
- if ($exceptionMessage !== '') {
- $this->expectExceptionMessage($exceptionMessage);
- }
-diff -up tests/Phinx/Migration/ManagerTest.php.old tests/Phinx/Migration/ManagerTest.php
---- tests/Phinx/Migration/ManagerTest.php.old 2017-12-23 17:43:18.862590475 +0100
-+++ tests/Phinx/Migration/ManagerTest.php 2017-12-23 17:43:34.709670598 +0100
-@@ -5710,7 +5710,7 @@ class ManagerTest extends TestCase
- {
- if (method_exists($this, 'expectException')) {
- //PHPUnit 5+
-- $this->expectException($exception);
-+ $this->expectException($exceptionName);
- if ($exceptionMessage !== '') {
- $this->expectExceptionMessage($exceptionMessage);
- }