1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-file

PHPBB3-11336
This commit is contained in:
Crizzo
2014-03-23 16:41:14 +01:00
parent 0be6582d7f
commit 76558fbce5
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ class phpbb_functional_memberlist_test extends phpbb_functional_test_case
protected function get_memberlist_leaders_table_crawler()
{
$crawler = self::request('GET', 'memberlist.php?mode=leaders&sid=' . $this->sid);
$crawler = self::request('GET', 'memberlist.php?mode=team&sid=' . $this->sid);
return $crawler->filter('.forumbg-table');
}