diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-04 12:03:03 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-04 12:03:03 +0200 |
commit | acd9b7576d8776c04c81e041e07023b9c81836ee (patch) | |
tree | 91ef5e247364c4f2b73a9646679ac7b8f628ab32 /tests | |
parent | fa0105d6786661168e819f44326f6bd2894fa963 (diff) | |
download | nextcloud-server-acd9b7576d8776c04c81e041e07023b9c81836ee.tar.gz nextcloud-server-acd9b7576d8776c04c81e041e07023b9c81836ee.zip |
Remove pointless unit test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/share/searchresultsorter.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/lib/share/searchresultsorter.php b/tests/lib/share/searchresultsorter.php index 97ef0f9478a..d91110f7a9a 100644 --- a/tests/lib/share/searchresultsorter.php +++ b/tests/lib/share/searchresultsorter.php @@ -37,11 +37,4 @@ class Test_Share_Search extends \Test\TestCase { $this->assertTrue($result[2]['foobar'] === 'Bicyclerepairwoman'); $this->assertTrue($result[3]['foobar'] === 'woot'); } - - /** - * @expectedException PHPUnit_Framework_Error - */ - public function testSortWrongLog() { - $sorter = new \OC\Share\SearchResultSorter('foo', 'bar', 'UTF-8', 'foobar'); - } } |