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
8
Issue boards
Milestones
Code
Merge requests
2
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 Hürtgen
composer-phpcodesniffer-standards-plugin
Commits
209dbcf2
Unverified
Commit
209dbcf2
authored
7 years ago
by
Daniel Siepmann
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Broken phpcs in test
parent
63a68494
Branches
Branches containing commit
1 merge request
!40
Feature: Naming
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/Unit/PHPCodeSniffer/Standards/Standard/FactoryTest.php
+4
-1
4 additions, 1 deletion
...rc/Unit/PHPCodeSniffer/Standards/Standard/FactoryTest.php
with
4 additions
and
1 deletion
tests/src/Unit/PHPCodeSniffer/Standards/Standard/FactoryTest.php
+
4
−
1
View file @
209dbcf2
...
...
@@ -53,6 +53,9 @@ class FactoryTest extends \PHPUnit_Framework_TestCase
);
$standard
=
$this
->
classUnderTesting
->
create
(
$path
);
$this
->
assertInstanceOf
(
'Higidi\ComposerPhpCSStandardsPlugin\PHPCodeSniffer\Standards\Standard\Standard'
,
$standard
);
$this
->
assertInstanceOf
(
'Higidi\ComposerPhpCSStandardsPlugin\PHPCodeSniffer\Standards\Standard\Standard'
,
$standard
);
}
}
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