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

[ticket/12013] Fix functional tests and sniffer issue.

PHPBB3-12013
This commit is contained in:
Cesar G
2014-06-14 15:36:36 -07:00
parent ddf3ab323b
commit d95c97c3b4
7 changed files with 42 additions and 65 deletions

View File

@@ -35,11 +35,7 @@ class phpbb_functional_mcp_test extends phpbb_functional_test_case
public function test_handle_quickmod($crawler)
{
// Test moving a post
$form = $crawler->selectButton('Go')->eq(1)->form();
$form['action']->select('merge');
$crawler = self::submit($form);
return $crawler;
return $this->get_quickmod_page(0, 'MERGE_POSTS', $crawler);
}
/**