summaryrefslogtreecommitdiffstats
path: root/tests/lib/app
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-02 11:03:25 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-04 11:40:33 +0100
commitc80ec91f281419e59b3fd2ce2668278e440d6768 (patch)
tree4200c178705818e9a61dc9141e5f6683c54ef840 /tests/lib/app
parentba52c996cf81781d752748986c761667f59691a3 (diff)
downloadnextcloud-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.php1
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'),
);
}