Typo
This commit is contained in:
parent
bae545efc7
commit
5a8bfd9fb8
|
@ -19,7 +19,7 @@ class BaseTest extends PHPUnit_Framework_TestCase
|
||||||
$this->assertEquals ("?key=value&otherKey=&db=0", addURLParameter ("?key=value&otherKey", "db", "0"));
|
$this->assertEquals ("?key=value&otherKey=&db=0", addURLParameter ("?key=value&otherKey", "db", "0"));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For now I can't manager to make phpunit fail if a syntax error happens ... */
|
/* For now I can't manage to make phpunit fail if a syntax error happens ... */
|
||||||
public function testServerSideRender ()
|
public function testServerSideRender ()
|
||||||
{
|
{
|
||||||
$this->assertNull (serverSideRender (NULL));
|
$this->assertNull (serverSideRender (NULL));
|
||||||
|
|
Loading…
Reference in a new issue