mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11174] These tests do not need posts fixtures.
PHPBB3-11174
This commit is contained in:
parent
4b5e90a2bd
commit
0c430a1f93
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class phpbb_search_mysql_test extends phpbb_search_test_case
|
|||
|
||||
public function getDataSet()
|
||||
{
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/posts.xml');
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/../fixtures/empty.xml');
|
||||
}
|
||||
|
||||
protected function setUp()
|
||||
|
|
|
@ -16,7 +16,7 @@ class phpbb_search_postgres_test extends phpbb_search_test_case
|
|||
|
||||
public function getDataSet()
|
||||
{
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/posts.xml');
|
||||
return $this->createXMLDataSet(dirname(__FILE__) . '/../fixtures/empty.xml');
|
||||
}
|
||||
|
||||
protected function setUp()
|
||||
|
|
Loading…
Add table
Reference in a new issue