Browse Source

Fix indentation of assignment in AutoloadGeneratorTest

Andreas Hennings 11 years ago
parent
commit
bda2bcac13
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/Composer/Test/Autoload/AutoloadGeneratorTest.php

+ 2 - 2
tests/Composer/Test/Autoload/AutoloadGeneratorTest.php

@@ -874,7 +874,7 @@ return array(
 
 EOF;
 
-    $expectedClassmap = <<<'EOF'
+        $expectedClassmap = <<<'EOF'
 <?php
 
 // autoload_classmap.php @generated by Composer
@@ -941,7 +941,7 @@ return array(
 
 EOF;
 
-    $expectedClassmap = <<<'EOF'
+        $expectedClassmap = <<<'EOF'
 <?php
 
 // autoload_classmap.php @generated by Composer