Skip to content
Snippets Groups Projects
Unverified Commit 209dbcf2 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

FIX: Broken phpcs in test

parent 63a68494
Branches
1 merge request!40Feature: Naming
...@@ -53,6 +53,9 @@ class FactoryTest extends \PHPUnit_Framework_TestCase ...@@ -53,6 +53,9 @@ class FactoryTest extends \PHPUnit_Framework_TestCase
); );
$standard = $this->classUnderTesting->create($path); $standard = $this->classUnderTesting->create($path);
$this->assertInstanceOf('Higidi\ComposerPhpCSStandardsPlugin\PHPCodeSniffer\Standards\Standard\Standard', $standard); $this->assertInstanceOf(
'Higidi\ComposerPhpCSStandardsPlugin\PHPCodeSniffer\Standards\Standard\Standard',
$standard
);
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment