You are here

public function TagadelicTagToStringTest::test__ToString in Tagadelic 7.2

@covers TagadelicTag::__ToString

File

tests/TagadelicTagToStringTest.php, line 25

Class

TagadelicTagToStringTest
Class Tagadelictagtostringtest

Code

public function test__ToString() {
  $this
    ->assertTag(array(
    "tag" => "a",
    "content" => "blackbeard",
  ), $this->object
    ->__ToString());
}