mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
refs #7 - fixing parameter order
This commit is contained in:
@@ -40,7 +40,7 @@ An example for a simple test would be:
|
||||
class TestAddTwo extends PHPUnit_Framework_TestCase {
|
||||
|
||||
public function testAddTwo(){
|
||||
$this->assertEquals(addTwo(3), 5);
|
||||
$this->assertEquals(5, addTwo(3));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user