diff options
| author | Cesar G <prototech91@gmail.com> | 2014-06-14 15:36:36 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-07-04 01:22:32 -0700 |
| commit | d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3 (patch) | |
| tree | 95c75df9797da1734c4a53a37065b699070f5b77 /tests/functional/mcp_test.php | |
| parent | ddf3ab323bb0cd45063917e6cd0c54a37eef5d6e (diff) | |
| download | forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar.gz forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar.bz2 forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.tar.xz forums-d95c97c3b4bd3f6efbdf3b457e6f9377fed640d3.zip | |
[ticket/12013] Fix functional tests and sniffer issue.
PHPBB3-12013
Diffstat (limited to 'tests/functional/mcp_test.php')
| -rw-r--r-- | tests/functional/mcp_test.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/functional/mcp_test.php b/tests/functional/mcp_test.php index e4d950ef34..31d835f4fa 100644 --- a/tests/functional/mcp_test.php +++ b/tests/functional/mcp_test.php @@ -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); } /** |
