issues
search
sebastianbergmann
/
phpunit-mock-objects
Mock Object library for PHPUnit
https://phpunit.de/
Other
4.97k
stars
153
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Visibility for magic method __sleep must be public. Found: private
#429
paulrooney
closed
5 years ago
1
add php 7.3 to travis
#428
andreybolonin
closed
6 years ago
1
Fix wrong annotation on StatelessInvocation::verify()
#427
nicolas-grekas
closed
6 years ago
4
php7 Compatibility problem
#426
oasfuyou
closed
6 years ago
0
Archive the project?
#425
keradus
closed
1 year ago
8
Fix fatal syntax error "unexpected '-', expecting '{'"
#424
Hecke29
closed
6 years ago
7
Backports MockGenerator will now try to fall back to root namespaced …
#423
weeman1337
closed
6 years ago
2
Mocking DateTimeInterface objects distorts space and time
#422
dinamic
closed
6 years ago
10
Prevent callbacks from being calls multiple times in withConsecutive()
#421
leonexcc
closed
6 years ago
2
Global constants as default parameter values are not handled correctly in namespace
#420
csiz0
closed
6 years ago
3
Constants as default parameter values are not handled correctly
#419
beporter
closed
6 years ago
8
Parameters named $arguments, $count, $i, or $result are mangled by generated code
#418
sebastianbergmann
closed
6 years ago
0
createMock fails with internal class \SimpleXMLElement
#417
bug-tape
closed
6 years ago
7
Fix getObjectForTrait()
#416
lstrojny
closed
6 years ago
2
[Bug] Cannot mock Trait anymore in 6.1.0
#415
Slamdunk
closed
6 years ago
2
Update deprecated php-cs-fixer config
#414
dnaber-de
closed
6 years ago
1
BC Break in 6.1.0
#413
michalbundyra
closed
6 years ago
1
Fix v2.3 to allow mock with a `types` array such as ['class', 'interface1']
#412
nthachus
closed
6 years ago
1
createStub(), createConfiguredStub(), createPartialStub()
#411
sebastianbergmann
closed
6 years ago
1
More explicit stubbing of __call()
#410
sebastianbergmann
closed
6 years ago
2
Prevent runtime type error due to wrong return value configuration
#409
sebastianbergmann
closed
6 years ago
2
Remove PHPUnit_Framework_MockObject_MockObject
#408
sebastianbergmann
closed
6 years ago
1
Move __toString() special case
#407
lstrojny
closed
6 years ago
1
parent return type declaration is not handled correctly
#406
6ecuk
closed
6 years ago
0
Add option for disabling return value generation for stubbed methods
#405
lstrojny
closed
6 years ago
13
Mocks created with createMock returns other mocks based on return type of SUT
#404
Gamesh
closed
6 years ago
5
creating mock phpunit discrepency in mocked namespace and the original one
#403
joeprintfffffff
closed
6 years ago
6
Fix mocking of interface which extend Throwable
#402
DeepDiver1975
closed
6 years ago
12
Test failure
#401
remicollet
closed
6 years ago
0
callback() for parameter called too many times
#400
Olsm
closed
6 years ago
3
Add PhpStorm meta file
#399
tomasfejfar
closed
6 years ago
2
Test failure
#398
remicollet
closed
6 years ago
0
Nullable self not handled correctly
#397
sebastianbergmann
closed
6 years ago
0
Update gitattributes
#396
thePanz
closed
6 years ago
4
Refactoring tests
#395
carusogabriel
closed
6 years ago
1
PHPUnit\Framework\MockObject\Invocation as Invocation because the name is already in use Error
#394
misyaath
closed
6 years ago
4
Malformed withConsecutive doesn't raise errors
#393
Slamdunk
closed
6 years ago
1
Build Failure with "--prefer-lowest"
#392
sebastianbergmann
closed
6 years ago
0
Fixed PHPUnit\Framework\MockObject\Invocation usage in Matcher/* classes
#391
e-vyatkin
closed
6 years ago
7
Can I please have Invocation::setParameters()
#390
malkusch
closed
6 years ago
5
Fatal error on running mocking example
#389
micaherne
closed
6 years ago
3
Mocking interface with final return types fails since 6.5.x
#388
frederikbosch
closed
6 years ago
20
Allow mocking methods that returns generators
#387
lcobucci
closed
6 years ago
5
Do not mock method which returns final class
#386
kubawerlos
closed
7 years ago
4
Test Failures
#385
sebastianbergmann
closed
7 years ago
6
Mocking class that contains a method with 'iterable' return type
#384
andaniel05
closed
7 years ago
2
add alias willReturnConsecutiveResult
#383
tuanphpvn
closed
7 years ago
1
Add willReturnValueMap ( alias of willReturnMap )
#382
tuanphpvn
closed
7 years ago
1
fixing the expected message to remove the trailing parts of the array…
#381
nikhilkuria
closed
7 years ago
2
Fix Warning message when mocking final, static, protected methods [#358]
#380
nikhilkuria
closed
7 years ago
2
Next