diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-02 11:03:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-04 11:40:33 +0100 |
commit | c80ec91f281419e59b3fd2ce2668278e440d6768 (patch) | |
tree | 4200c178705818e9a61dc9141e5f6683c54ef840 /tests/lib/app | |
parent | ba52c996cf81781d752748986c761667f59691a3 (diff) | |
download | nextcloud-server-c80ec91f281419e59b3fd2ce2668278e440d6768.tar.gz nextcloud-server-c80ec91f281419e59b3fd2ce2668278e440d6768.zip |
switch to different parsing implementation to get xml attributes properly handled
Diffstat (limited to 'tests/lib/app')
-rw-r--r-- | tests/lib/app/infoparser.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/app/infoparser.php b/tests/lib/app/infoparser.php index 20668c05086..13c0b51e117 100644 --- a/tests/lib/app/infoparser.php +++ b/tests/lib/app/infoparser.php @@ -55,7 +55,6 @@ class InfoParser extends \PHPUnit_Framework_TestCase { function providesInfoXml() { return array( array('expected-info.json', 'valid-info.xml'), - array('strange-types-info.json', 'strange-types-info.xml'), array(null, 'invalid-info.xml'), ); } |