mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
test: make test case a bit more realistic
This commit is contained in:
parent
c08de6083d
commit
8a2856bcdc
@ -154,9 +154,9 @@ final class MessageTest extends CIUnitTestCase
|
||||
{
|
||||
$this->message->setBody('moo');
|
||||
|
||||
$this->message->appendBody('\n');
|
||||
$this->message->appendBody("\n");
|
||||
|
||||
$this->assertSame('moo\n', $this->message->getBody());
|
||||
$this->assertSame("moo\n", $this->message->getBody());
|
||||
}
|
||||
|
||||
public function testSetHeaderReplacingHeader()
|
||||
|
Loading…
x
Reference in New Issue
Block a user