public function testToString() { $msg2 = 'second error message'; $this->error->add($msg2); $sep = $this->error->getSeparator(); $expected = "{$this->field}{$sep}{$this->firstMsg}{$sep}{$msg2}"; $this->expectOutputString($expected); echo $this->error; }