This commit is contained in:
Sébastien Lucas 2014-02-06 20:48:46 +01:00
parent bae545efc7
commit 5a8bfd9fb8

View file

@ -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));