[ticket/293] Use trimmessage as composer dependency

B3P-293
This commit is contained in:
Marc Alexander
2014-07-08 00:07:44 +02:00
parent 0e7d1b01cc
commit 496fb8b60b
4 changed files with 47 additions and 9 deletions

View File

@@ -59,11 +59,6 @@ class phpbb_functional_portal_announcement_test extends \board3\portal\tests\tes
public function test_shortened_message()
{
if (!class_exists('\nickvergessen\trimmessage\trim_message'))
{
$this->markTestSkipped('trimmessage is not available for testing.');
}
// 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,