diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2013-09-01 22:15:33 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2013-10-05 21:16:05 +0530 |
commit | 72d939372febdb28088a4ed8584cf28345e398dc (patch) | |
tree | 678276c819905a2aa8faa709dbaef10c3889d8be /tests/functional/search | |
parent | 77ef82682eeb1aea6bccc2ca7b8a14aaad0d02c5 (diff) | |
download | forums-72d939372febdb28088a4ed8584cf28345e398dc.tar forums-72d939372febdb28088a4ed8584cf28345e398dc.tar.gz forums-72d939372febdb28088a4ed8584cf28345e398dc.tar.bz2 forums-72d939372febdb28088a4ed8584cf28345e398dc.tar.xz forums-72d939372febdb28088a4ed8584cf28345e398dc.zip |
[ticket/11608] Rename base search test class file
PHPBB3-11608
Diffstat (limited to 'tests/functional/search')
-rw-r--r-- | tests/functional/search/base.php (renamed from tests/functional/search/base_test.php) | 0 | ||||
-rw-r--r-- | tests/functional/search/mysql_test.php | 2 | ||||
-rw-r--r-- | tests/functional/search/native_test.php | 2 | ||||
-rw-r--r-- | tests/functional/search/postgres_test.php | 2 | ||||
-rw-r--r-- | tests/functional/search/sphinx_test.php | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/search/base_test.php b/tests/functional/search/base.php index c6a5a18c94..c6a5a18c94 100644 --- a/tests/functional/search/base_test.php +++ b/tests/functional/search/base.php diff --git a/tests/functional/search/mysql_test.php b/tests/functional/search/mysql_test.php index e09fa0008c..db6f688e2a 100644 --- a/tests/functional/search/mysql_test.php +++ b/tests/functional/search/mysql_test.php @@ -7,7 +7,7 @@ * */ -require_once dirname(__FILE__) . '/base_test.php'; +require_once dirname(__FILE__) . '/base.php'; /** * @group functional diff --git a/tests/functional/search/native_test.php b/tests/functional/search/native_test.php index c4af523b67..cefe87eb15 100644 --- a/tests/functional/search/native_test.php +++ b/tests/functional/search/native_test.php @@ -7,7 +7,7 @@ * */ -require_once dirname(__FILE__) . '/base_test.php'; +require_once dirname(__FILE__) . '/base.php'; /** * @group functional diff --git a/tests/functional/search/postgres_test.php b/tests/functional/search/postgres_test.php index cb769a2857..900e01da2a 100644 --- a/tests/functional/search/postgres_test.php +++ b/tests/functional/search/postgres_test.php @@ -7,7 +7,7 @@ * */ -require_once dirname(__FILE__) . '/base_test.php'; +require_once dirname(__FILE__) . '/base.php'; /** * @group functional diff --git a/tests/functional/search/sphinx_test.php b/tests/functional/search/sphinx_test.php index c12289e5c6..cc387d33a7 100644 --- a/tests/functional/search/sphinx_test.php +++ b/tests/functional/search/sphinx_test.php @@ -7,7 +7,7 @@ * */ -require_once dirname(__FILE__) . '/base_test.php'; +require_once dirname(__FILE__) . '/base.php'; /** * @group functional |