decrufted tests that rely on h_ch; still need to do h_action and h_attr_bool
This commit is contained in:
parent
a09bd53286
commit
de02a2450b
6 changed files with 2 additions and 8 deletions
|
|
@ -12,8 +12,7 @@ class InTest extends PHPUnit_Framework_TestCase
|
|||
public function testSuccess()
|
||||
{
|
||||
$result = h_parse($this->parser, "b");
|
||||
// TODO: fixme when h_ch is fixed
|
||||
$this->assertEquals(98, $result);
|
||||
$this->assertEquals("b", $result);
|
||||
}
|
||||
public function testFailure()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue