summaryrefslogtreecommitdiff
path: root/tests/app/Models/ContextTest.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 22:31:12 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-01 22:31:12 +0200
commitd9c0d25b85ef3df7ea2cdc261e274efcdd5cfce0 (patch)
tree6db6cd1a2cca013ab6cc7809ce8ec9fad3e67b73 /tests/app/Models/ContextTest.php
parentf98cd52a02eb1e2d17b46ef9fddf327b0ebd55e2 (diff)
Improve search: intitle, author, inurl
Allow multiple values of intitle: , author:, inurl: Note: Tests for UserQueryTest are broken due to https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
Diffstat (limited to 'tests/app/Models/ContextTest.php')
-rw-r--r--tests/app/Models/ContextTest.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/app/Models/ContextTest.php b/tests/app/Models/ContextTest.php
deleted file mode 100644
index 4dc8b7757..000000000
--- a/tests/app/Models/ContextTest.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-class ContextTest extends \PHPUnit_Framework_TestCase {
-
-}