Patch |
File delta |
Description |
0001 Use system path.patch | (download) |
tests/Bootstrap.php |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
use system path
We use the library from the package, not the one installed via Composer.
|
0002 Move helpers into Mockery directory.patch | (download) |
composer.json |
3 1 + 2 - 0 !
library/Mockery.php |
2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-) |
move helpers into mockery directory
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
We dont want it lying around in /usr/share/php on its own.
|
0003 Delete TestListener.php.patch | (download) |
library/Mockery/Adapter/Phpunit/TestListener.php |
38 0 + 38 - 0 !
1 file changed, 38 deletions(-) |
delete testlistener.php
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
|
0004 Delete TestListenerTest.php.patch | (download) |
tests/Mockery/Adapter/Phpunit/TestListenerTest.php |
104 0 + 104 - 0 !
1 file changed, 104 deletions(-) |
delete testlistenertest.php
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
|
0005 Ignore tests failing with PHPUnit 11.patch | (download) |
tests/Mockery/MockingNullableMethodsTest.php |
5 5 + 0 - 0 !
1 file changed, 5 insertions(+) |
ignore tests failing with phpunit 11
Bug-Debian: https://bugs.debian.org/1039800
|
0006 Drop useless in Debian lib pcre dependency.patch | (download) |
composer.json |
1 0 + 1 - 0 !
1 file changed, 1 deletion(-) |
drop useless (in debian) lib-pcre dependency
|
0007 Compatibility with recent PHPUnit 12.patch | (download) |
tests/Mockery/Adapter/Phpunit/MockeryPHPUnitIntegrationTest.php |
9 3 + 6 - 0 !
tests/Mockery/AllowsExpectsSyntaxTest.php |
21 11 + 10 - 0 !
tests/Mockery/CallableSpyTest.php |
33 17 + 16 - 0 !
tests/Mockery/ContainerTest.php |
25 11 + 14 - 0 !
tests/Mockery/ExpectationTest.php |
7 4 + 3 - 0 !
tests/Mockery/Generator/DefinedTargetClassTest.php |
3 2 + 1 - 0 !
tests/Mockery/Generator/MockConfigurationBuilderTest.php |
11 4 + 7 - 0 !
tests/Mockery/Generator/MockConfigurationTest.php |
49 13 + 36 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/CallTypeHintPassTest.php |
9 3 + 6 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/ClassAttributesPassTest.php |
4 2 + 2 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/ClassNamePassTest.php |
17 5 + 12 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/ClassPassTest.php |
5 2 + 3 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/ConstantsPassTest.php |
5 2 + 3 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/InstanceMockPassTest.php |
5 2 + 3 - 0 !
tests/Mockery/Generator/StringManipulation/Pass/InterfacePassTest.php |
9 3 + 6 - 0 !
tests/Mockery/GlobalHelpersTest.php |
7 4 + 3 - 0 !
tests/Mockery/Loader/LoaderTestCase.php |
5 2 + 3 - 0 !
tests/Mockery/Matcher/HasKeyTest.php |
7 4 + 3 - 0 !
tests/Mockery/Matcher/HasValueTest.php |
7 4 + 3 - 0 !
tests/Mockery/Matcher/IsEqualTest.php |
3 2 + 1 - 0 !
tests/Mockery/Matcher/IsSameTest.php |
3 2 + 1 - 0 !
tests/Mockery/Matcher/SubsetTest.php |
13 7 + 6 - 0 !
tests/Mockery/MockClassWithFinalToStringTest.php |
4 2 + 2 - 0 !
tests/Mockery/MockClassWithFinalWakeupTest.php |
4 2 + 2 - 0 !
tests/Mockery/MockClassWithUnknownTypeHintTest.php |
3 2 + 1 - 0 !
tests/Mockery/MockTest.php |
7 4 + 3 - 0 !
tests/Mockery/MockeryCanMockClassesWithSemiReservedWordsTest.php |
5 2 + 3 - 0 !
tests/Mockery/MockeryCanMockMultipleInterfacesWhichOverlapTest.php |
3 2 + 1 - 0 !
tests/Mockery/MockingAllLowerCasedMethodsTest.php |
3 2 + 1 - 0 !
tests/Mockery/MockingClassConstantsTest.php |
3 2 + 1 - 0 !
tests/Mockery/MockingMethodsWithIterableTypeHintsTest.php |
3 2 + 1 - 0 !
tests/Mockery/MockingMethodsWithNullableParametersTest.php |
5 3 + 2 - 0 !
tests/Mockery/MockingNullableMethodsTest.php |
57 17 + 40 - 0 !
tests/Mockery/MockingProtectedMethodsTest.php |
17 8 + 9 - 0 !
tests/Mockery/MockingVariadicArgumentsTest.php |
3 2 + 1 - 0 !
tests/Mockery/MockingVoidMethodsTest.php |
5 3 + 2 - 0 !
tests/Mockery/NamedMockTest.php |
11 6 + 5 - 0 !
tests/Mockery/ProxyMockingTest.php |
7 4 + 3 - 0 !
tests/Mockery/ReflectorTest.php |
7 3 + 4 - 0 !
tests/Mockery/SpyTest.php |
25 13 + 12 - 0 !
tests/Mockery/TraitsTest.php |
7 4 + 3 - 0 !
tests/Mockery/WithCustomFormatterExpectationTest.php |
9 3 + 6 - 0 !
tests/Mockery/WithFormatterExpectationTest.php |
8 4 + 4 - 0 !
tests/PHP80/Php80LanguageFeaturesTest.php |
15 8 + 7 - 0 !
tests/PHP81/Php81LanguageFeaturesTest.php |
28 13 + 15 - 0 !
tests/PHP82/Php82LanguageFeaturesTest.php |
3 2 + 1 - 0 !
tests/Unit/PHP82/Php82LanguageFeaturesTest.php |
5 3 + 2 - 0 !
tests/Unit/Regression/Issue1404Test.php |
17 5 + 12 - 0 !
48 files changed, 230 insertions(+), 291 deletions(-) |
compatibility with recent phpunit (12)
|