mirror of
https://github.com/e107inc/e107.git
synced 2025-04-14 09:32:17 +02:00
Restored all tests to passing, removed leftover var_dump()s
This commit is contained in:
parent
ddb88c726d
commit
045392e134
File diff suppressed because one or more lines are too long
@ -263,6 +263,6 @@
|
||||
public function testGetPath()
|
||||
{
|
||||
$result = $this->md->getPath('image/jpeg');
|
||||
var_dump($result);
|
||||
// FIXME: This test doesn't do anything?
|
||||
}
|
||||
}
|
||||
|
@ -336,8 +336,8 @@ TMP;
|
||||
$parm = varset($var['parm']);
|
||||
|
||||
$result = $this->tp->toDB($var['input'], false, false, $mode, $parm);
|
||||
// $this->assertEquals($var['expected'], $result);
|
||||
var_dump($result);
|
||||
// $this->assertEquals($var['expected'], $result);
|
||||
// FIXME: This test doesn't do anything?
|
||||
}
|
||||
|
||||
|
||||
@ -833,7 +833,7 @@ TMP;
|
||||
foreach($tests as $var)
|
||||
{
|
||||
$result = $this->tp->cleanHtml($var['html']);
|
||||
var_dump($result);
|
||||
// FIXME: This test doesn't do anything?
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user