Exemple #1
0
 public function testLimitHtml()
 {
     $this->markTestIncomplete('Somebody please debug this, I have no clue what is going on.');
     // todo
     $this->assertSame('p', Str::limitHtml('<html><title></title><a>p</a></html>', 2));
 }