mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Update doc example.
This commit is contained in:
parent
29444d1df3
commit
b288b49cea
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ Here's a simple example test:
|
|||
}
|
||||
|
||||
public function testAllIsRightWithTheWorld() {
|
||||
$this->assertEqual(4, 2 + 2, '2 + 2 = 4');
|
||||
$this->assertEqual(4, $this->two + $this->two, '2 + 2 = 4');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue