Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Commit 8d3665d

Browse files
Closes #450
1 parent b98c643 commit 8d3665d

File tree

110 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+132
-132
lines changed

src/3.7/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/3.7/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/3.7/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/3.7/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/3.7/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/3.7/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/3.7/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/3.7/phpunit.xsd"
1616
1717
backupGlobals="true"
1818
backupStaticAttributes="false"

src/3.7/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/3.7/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/3.7/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -336,4 +336,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
336336
// ...
337337
}]]></screen>
338338
</section>
339-
</appendix>
339+
</appendix>

src/4.0/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.0/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.0/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.0/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.0/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.0/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.0/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.0/phpunit.xsd"
1616
backupGlobals="true"
1717
backupStaticAttributes="false"
1818
<!--bootstrap="/caminho/para/bootstrap.php"-->

src/4.0/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.0/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.0/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -335,4 +335,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
335335
// ...
336336
}]]></screen>
337337
</section>
338-
</appendix>
338+
</appendix>

src/4.1/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.1/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.1/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.1/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.1/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.1/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.1/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.1/phpunit.xsd"
1616
backupGlobals="true"
1717
backupStaticAttributes="false"
1818
<!--bootstrap="/caminho/para/bootstrap.php"-->

src/4.1/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.1/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -335,4 +335,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
335335
// ...
336336
}]]></screen>
337337
</section>
338-
</appendix>
338+
</appendix>

src/4.2/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.2/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.2/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.2/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.2/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.2/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.2/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.2/phpunit.xsd"
1616
backupGlobals="true"
1717
backupStaticAttributes="false"
1818
<!--bootstrap="/caminho/para/bootstrap.php"-->

src/4.2/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.2/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -335,4 +335,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
335335
// ...
336336
}]]></screen>
337337
</section>
338-
</appendix>
338+
</appendix>

src/4.3/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.3/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.3/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.3/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.3/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.3/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.3/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.3/phpunit.xsd"
1616
backupGlobals="true"
1717
backupStaticAttributes="false"
1818
<!--bootstrap="/caminho/para/bootstrap.php"-->

src/4.3/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.3/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.3/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -335,4 +335,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
335335
// ...
336336
}]]></screen>
337337
</section>
338-
</appendix>
338+
</appendix>

src/4.4/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.4/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.4/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.4/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.4/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.4/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.4/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.4/phpunit.xsd"
1616
backupGlobals="true"
1717
backupStaticAttributes="false"
1818
<!--bootstrap="/caminho/para/bootstrap.php"-->

src/4.4/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.4/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -335,4 +335,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
335335
// ...
336336
}]]></screen>
337337
</section>
338-
</appendix>
338+
</appendix>

src/4.5/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.5/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.5/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.5/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.5/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.5/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.5/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screen><![CDATA[<phpunit
1414
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
15+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.5/phpunit.xsd"
1616
backupGlobals="true"
1717
backupStaticAttributes="false"
1818
<!--bootstrap="/caminho/para/bootstrap.php"-->

src/4.5/zh_cn/configuration.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<screen><![CDATA[<phpunit
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
13+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.5/phpunit.xsd"
1414
backupGlobals="true"
1515
backupStaticAttributes="false"
1616
<!--bootstrap="/path/to/bootstrap.php"-->
@@ -332,4 +332,4 @@ $_REQUEST['foo'] = 'bar';]]></screen>
332332
// ...
333333
}]]></screen>
334334
</section>
335-
</appendix>
335+
</appendix>

src/4.6/en/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.6/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.6/fr/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.6/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/chemin/vers/amorce.php"-->

src/4.6/ja/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.6/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

src/4.6/pt_br/configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<screen><![CDATA[<phpunit
1515
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
16+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/4.6/phpunit.xsd"
1717
backupGlobals="true"
1818
backupStaticAttributes="false"
1919
<!--bootstrap="/path/to/bootstrap.php"-->

0 commit comments

Comments
 (0)