Converted in tabs
This commit is contained in:
부모
71959bb9fc
커밋
baf8951745
1개의 변경된 파일과 10개의 추가작업 그리고 10개의 파일을 삭제
|
@ -26,15 +26,15 @@ use PHPUnit\Framework\TestCase;
|
|||
|
||||
class TagTest extends TestCase
|
||||
{
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function testGetFromBody()
|
||||
{
|
||||
$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
|
||||
$tags = Tag::getFromBody($body);
|
||||
// Some expectations here
|
||||
self::markTestIncomplete('Needs knowledge.');
|
||||
}
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function testGetFromBody()
|
||||
{
|
||||
$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
|
||||
$tags = Tag::getFromBody($body);
|
||||
// Some expectations here
|
||||
self::markTestIncomplete('Needs knowledge.');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue