Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
fixed invalid phpunit.xml - comment before <?xml is not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Aug 29, 2017
1 parent 22fd238 commit 72ef84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* This file is part of Saft.
*
Expand All @@ -7,7 +8,6 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
-->
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
Expand Down

0 comments on commit 72ef84f

Please sign in to comment.