mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Restored all tests to passing, removed leftover var_dump()s
This commit is contained in:
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?
|
||||
}
|
||||
}
|
||||
|
@@ -337,7 +337,7 @@ TMP;
|
||||
|
||||
$result = $this->tp->toDB($var['input'], false, false, $mode, $parm);
|
||||
// $this->assertEquals($var['expected'], $result);
|
||||
var_dump($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?
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user