summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-10-29 10:18:35 +0100
committerRemi Collet <remi@remirepo.net>2018-10-29 10:18:35 +0100
commit508d730f3b35c155c808bc53e87eee6236bcbcb7 (patch)
tree4891522499c465e7a908e5e490c12b6ca64d45de
parent9742411d2c7cb2a7513b968775960eb0f7f67e25 (diff)
cleanup
-rw-r--r--1212.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/1212.patch b/1212.patch
deleted file mode 100644
index fe6faae..0000000
--- a/1212.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From badef9f195cb982f9fa6567923e95bd659733510 Mon Sep 17 00:00:00 2001
-From: Ciaran McNulty <mail@ciaranmcnulty.com>
-Date: Sat, 4 Aug 2018 12:21:36 +0100
-Subject: [PATCH 1/2] PHP 7.3 support
-
----
- .travis.yml | 1 +
- CHANGES-v5.md | 4 ++++
- composer.json | 2 +-
- spec/PhpSpec/Matcher/IterateLikeMatcherSpec.php | 6 +-----
- 4 files changed, 7 insertions(+), 6 deletions(-)
-
-diff --git a/spec/PhpSpec/Matcher/IterateLikeMatcherSpec.php b/spec/PhpSpec/Matcher/IterateLikeMatcherSpec.php
-index 7fb80638..4a36c0b4 100644
---- a/spec/PhpSpec/Matcher/IterateLikeMatcherSpec.php
-+++ b/spec/PhpSpec/Matcher/IterateLikeMatcherSpec.php
-@@ -68,11 +68,7 @@ function it_does_not_positive_match_generator_while_not_iterating_the_same()
- $second->foo = 'bar';
-
- $this
-- ->shouldThrow(new SubjectElementDoesNotMatchException(0, '"0"', '"stdClass::__set_state(array(
-- \'foo\' => \'foo\',
--))"', '"0"', '"stdClass::__set_state(array(
-- \'foo\' => \'bar\',
--))"'))
-+ ->shouldThrow(SubjectElementDoesNotMatchException::class)
- ->during('positiveMatch', [
- 'iterateLike',
- $this->createGeneratorReturningArray([$first]),
-
-