Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
composer-phpcodesniffer-standards-plugin
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Daniel Siepmann
composer-phpcodesniffer-standards-plugin
Commits
1a55b3e7
Commit
1a55b3e7
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
BUGFIX: Fix doctrine/instanciator issue with SplFileInfo class
See
https://github.com/sebastianbergmann/phpunit/issues/1409
parent
bc1baf09
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Unit/PHPCodeSniffer/FinderTest.php
+2
-4
2 additions, 4 deletions
tests/src/Unit/PHPCodeSniffer/FinderTest.php
with
2 additions
and
4 deletions
tests/src/Unit/PHPCodeSniffer/FinderTest.php
+
2
−
4
View file @
1a55b3e7
...
...
@@ -92,12 +92,10 @@ class FinderTest extends \PHPUnit_Framework_TestCase
->
willReturn
(
$this
->
symfonyFinderMock
);
}
$splFileInfoMock
=
$this
->
getM
O
ck
(
$splFileInfoMock
=
$this
->
getM
o
ck
(
'Symfony\Component\Finder\SplFileInfo'
,
array
(),
array
(),
''
,
false
array
(
null
,
null
,
null
)
);
$splFileInfoMock
->
expects
(
$this
->
once
())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment