Explorar o código

Fix indenting, refs #2788

Jordi Boggiano %!s(int64=11) %!d(string=hai) anos
pai
achega
604a65cc31
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      tests/Composer/Test/Json/JsonFormatterTest.php

+ 3 - 3
tests/Composer/Test/Json/JsonFormatterTest.php

@@ -22,9 +22,9 @@ class JsonFormatterTest extends \PHPUnit_Framework_TestCase
      */
     public function testUnicodeWithPrependedSlash()
     {
-	if (!extension_loaded('mbstring')) {
-		$this->markTestSkipped('Test requires the mbstring extension');
-	}
+        if (!extension_loaded('mbstring')) {
+            $this->markTestSkipped('Test requires the mbstring extension');
+        }
 
         $data = '"' . chr(92) . chr(92) . chr(92) . 'u0119"';
         $encodedData = JsonFormatter::format($data, true, true);