Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-02 13:03:25 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-04 13:40:33 +0300
commitc80ec91f281419e59b3fd2ce2668278e440d6768 (patch)
tree4200c178705818e9a61dc9141e5f6683c54ef840 /tests/lib/app
parentba52c996cf81781d752748986c761667f59691a3 (diff)
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'),
);
}