mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Remove pointless unit test
This commit is contained in:
parent
fa0105d678
commit
acd9b7576d
1 changed files with 0 additions and 7 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue