aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/share/searchresultsorter.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/share/searchresultsorter.php')
-rw-r--r--tests/lib/share/searchresultsorter.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/share/searchresultsorter.php b/tests/lib/share/searchresultsorter.php
index d91110f7a9a..6bee5dfe7f0 100644
--- a/tests/lib/share/searchresultsorter.php
+++ b/tests/lib/share/searchresultsorter.php
@@ -19,7 +19,9 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-class Test_Share_Search extends \Test\TestCase {
+namespace Test\Share;
+
+class SearchResultSorter extends \Test\TestCase {
public function testSort() {
$search = 'lin';
$sorter = new \OC\Share\SearchResultSorter($search, 'foobar');