Remove pointless unit test

This commit is contained in:
Thomas Müller 2015-08-04 12:03:03 +02:00
parent fa0105d678
commit acd9b7576d

View file

@ -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');
}
}