public function testAssertTextEqualsText() { $this ->assertEquals("foo\nbar\n", "foo\nbaz\n", 'message'); }