|
@@ -1,11 +1,11 @@ discard block |
|
|
block discarded – undo |
|
1
|
1
|
<?php |
|
2
|
2
|
|
|
3
|
|
-include_once __DIR__ . '/../lib/xmlrpc.inc'; |
|
4
|
|
-include_once __DIR__ . '/../lib/xmlrpcs.inc'; |
|
|
3
|
+include_once __DIR__.'/../lib/xmlrpc.inc'; |
|
|
4
|
+include_once __DIR__.'/../lib/xmlrpcs.inc'; |
|
5
|
5
|
|
|
6
|
|
-include_once __DIR__ . '/parse_args.php'; |
|
|
6
|
+include_once __DIR__.'/parse_args.php'; |
|
7
|
7
|
|
|
8
|
|
-include_once __DIR__ . '/PolyfillTestCase.php'; |
|
|
8
|
+include_once __DIR__.'/PolyfillTestCase.php'; |
|
9
|
9
|
|
|
10
|
10
|
use PHPUnit\Runner\BaseTestRunner; |
|
11
|
11
|
|
|
@@ -101,7 +101,7 @@ discard block |
|
|
block discarded – undo |
|
101
|
101
|
$this->assertEquals($string, $a->scalarVal()); |
|
102
|
102
|
|
|
103
|
103
|
if (in_array('ISO-8859-15', mb_list_encodings())) { |
|
104
|
|
- $i = $e->decodeXml('<?xml version="1.0" encoding="ISO-8859-15" ?><value><string>' . $string . '</string></value>'); |
|
|
104
|
+ $i = $e->decodeXml('<?xml version="1.0" encoding="ISO-8859-15" ?><value><string>'.$string.'</string></value>'); |
|
105
|
105
|
$this->assertEquals($string, $i->scalarVal()); |
|
106
|
106
|
} |
|
107
|
107
|
|
Please login to merge, or discard this patch.