Completed
Pull Request — master (#66)
by Richard van
04:47
created
src/Micrometa/Tests/Application/ExtractorTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
     public function testMicroformatsExtraction()
108 108
     {
109 109
         $microformatsTests = ComposerLocator::getPath('mf2/tests').DIRECTORY_SEPARATOR.'tests'.
110
-                             DIRECTORY_SEPARATOR.'microformats-v2'.DIRECTORY_SEPARATOR;
110
+                                DIRECTORY_SEPARATOR.'microformats-v2'.DIRECTORY_SEPARATOR;
111 111
 
112 112
         $this->getAndTestMicroformatsExtractionBase(
113 113
             $microformatsTests.'h-product'.DIRECTORY_SEPARATOR.'aggregate.html'
Please login to merge, or discard this patch.