mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
More test debug
This commit is contained in:
parent
f2c1a80e1c
commit
4482c1429f
@ -65,12 +65,17 @@ class ProjectTemplateTest extends \EGroupware\Projectmanager\TemplateTest
|
|||||||
|
|
||||||
// Make one with a custom from
|
// Make one with a custom from
|
||||||
$this->make_infolog(array(
|
$this->make_infolog(array(
|
||||||
'info_from' => 'Custom from'
|
'info_from' => 'Custom from'
|
||||||
));
|
));
|
||||||
|
|
||||||
// Need to do this from parent to keep IDs where expected
|
// Need to do this from parent to keep IDs where expected
|
||||||
$this->make_projectmanager();
|
$this->make_projectmanager();
|
||||||
|
|
||||||
|
// We got this far, there should be elements
|
||||||
|
$this->assertGreaterThan(0, count($this->elements), "No project elements created");
|
||||||
|
echo __METHOD__ . " Created test elements: \n";
|
||||||
|
print_r($this->elements);
|
||||||
|
|
||||||
// Force links to run notification now, or we won't get elements since it
|
// Force links to run notification now, or we won't get elements since it
|
||||||
// usually waits until Egw::on_shutdown();
|
// usually waits until Egw::on_shutdown();
|
||||||
Link::run_notifies();
|
Link::run_notifies();
|
||||||
|
Loading…
Reference in New Issue
Block a user