[ticket/534] Adapt tests for master branch of phpBB

B3P-534
This commit is contained in:
Marc Alexander
2015-05-01 15:00:46 +02:00
parent 2d7232a392
commit 7ff4937108
5 changed files with 15 additions and 40 deletions

View File

@@ -59,6 +59,8 @@ class phpbb_functional_portal_announcement_test extends \board3\portal\tests\tes
public function test_shortened_message()
{
$this->markTestIncomplete('Trim message tool no longer works correctly for new posts in 3.2.x');
// Create topic as announcement
$data = $this->create_topic(2, 'Portal-announce-global', str_repeat('This is a global announcement for the portal', 6), array(
'topic_type' => POST_GLOBAL,