Completed
Push — master ( 323d85...e2f841 )
by Richard van
24s queued 12s
created
src/Micrometa/Tests/Application/ExtractorTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     public function testMicroformatsExtraction()
107 107
     {
108 108
         $microformatsTests = dirname(__DIR__).DIRECTORY_SEPARATOR.'Fixture'.
109
-                             DIRECTORY_SEPARATOR.'microformats-v2'.DIRECTORY_SEPARATOR;
109
+                                DIRECTORY_SEPARATOR.'microformats-v2'.DIRECTORY_SEPARATOR;
110 110
 
111 111
         $this->getAndTestMicroformatsExtractionBase(
112 112
             $microformatsTests.'h-product'.DIRECTORY_SEPARATOR.'aggregate.html'
Please login to merge, or discard this patch.