1
0
Fork 0

Fix indenting, refs #2788

pull/2790/head
Jordi Boggiano 2014-03-06 10:26:16 +01:00
parent d90fec3d44
commit 604a65cc31
1 changed files with 3 additions and 3 deletions

View File

@ -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);