summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-12-01 16:44:37 +0000
committerChristopher Smith <chris@jalakai.co.uk>2013-12-01 16:44:37 +0000
commit3946d21690c98d095fff4a0ad5be4c47c0230ed7 (patch)
tree1827ef89cc6d0354262a092d70ee5bc29298be9f /lib/plugins/usermanager
parentc9454ee3a82b29418a7ee59f0bb35006ea6a7fb1 (diff)
downloadrpg-3946d21690c98d095fff4a0ad5be4c47c0230ed7.tar.gz
rpg-3946d21690c98d095fff4a0ad5be4c47c0230ed7.tar.bz2
comment (hide) incomplete export with filter test
Diffstat (limited to 'lib/plugins/usermanager')
-rw-r--r--lib/plugins/usermanager/_test/csv_export.test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/usermanager/_test/csv_export.test.php b/lib/plugins/usermanager/_test/csv_export.test.php
index d0942a861..667fc71dc 100644
--- a/lib/plugins/usermanager/_test/csv_export.test.php
+++ b/lib/plugins/usermanager/_test/csv_export.test.php
@@ -49,11 +49,11 @@ testuser,"Arthur Dent",arthur@example.com,
';
$this->assertEquals($expected, $this->usermanager->tryExport());
}
-
+/*
function test_export_withfilter(){
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
-
+*/
}