Add missing test case
This commit is contained in:
parent
bdc886f84e
commit
4e1dcac9ea
|
|
@ -318,6 +318,11 @@ EOF;
|
|||
);
|
||||
}
|
||||
|
||||
public function testNonObjectCanBeReturnedAsArray()
|
||||
{
|
||||
$this->assertEquals(array(true), $this->exporter->toArray(true));
|
||||
}
|
||||
|
||||
private function trimNewline($string)
|
||||
{
|
||||
return preg_replace('/[ ]*\n/', "\n", $string);
|
||||
|
|
|
|||
Loading…
Reference in New Issue