mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/11174] These tests do not need posts fixtures.
PHPBB3-11174
This commit is contained in:
@@ -16,7 +16,7 @@ class phpbb_search_mysql_test extends phpbb_search_test_case
|
|||||||
|
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
{
|
{
|
||||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/posts.xml');
|
return $this->createXMLDataSet(dirname(__FILE__) . '/../fixtures/empty.xml');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
|
@@ -16,7 +16,7 @@ class phpbb_search_postgres_test extends phpbb_search_test_case
|
|||||||
|
|
||||||
public function getDataSet()
|
public function getDataSet()
|
||||||
{
|
{
|
||||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/posts.xml');
|
return $this->createXMLDataSet(dirname(__FILE__) . '/../fixtures/empty.xml');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
|
Reference in New Issue
Block a user