1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/15055] Extend build matrix and trim text in extension_acp_test

PHPBB3-15055
This commit is contained in:
Marc Alexander
2017-12-30 12:25:05 +01:00
parent 9883aa4930
commit ede339c1c8
2 changed files with 83 additions and 45 deletions

View File

@@ -133,7 +133,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
for ($i = 0; $i < $crawler->filter('dl')->count(); $i++)
{
$text = $crawler->filter('dl')->eq($i)->text();
$text = trim($crawler->filter('dl')->eq($i)->text());
$match = false;