assertSame('foo', $Emphasis->text()); $Emphasis = Emphasis::build(new Excerpt('**foo**', 0), new State); $this->assertSame('foo', $Emphasis->text()); } }