New lines added
This commit is contained in:
parent
273f4c352e
commit
7f59dc07c4
|
@ -32,7 +32,9 @@ class TagTest extends TestCase
|
||||||
public function testGetFromBody()
|
public function testGetFromBody()
|
||||||
{
|
{
|
||||||
$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
|
$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
|
||||||
|
|
||||||
$tags = Tag::getFromBody($body);
|
$tags = Tag::getFromBody($body);
|
||||||
|
|
||||||
$expected = [
|
$expected = [
|
||||||
[
|
[
|
||||||
'![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url]',
|
'![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url]',
|
||||||
|
|
Loading…
Reference in a new issue