mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
PHP v5.4 syntax
This commit is contained in:
parent
9d1756e5d9
commit
f60461eb9f
@ -29,7 +29,7 @@ class TemplateTest extends \EGroupware\Api\Etemplate\WidgetBaseTest {
|
|||||||
static $name = 'api.prompt';
|
static $name = 'api.prompt';
|
||||||
|
|
||||||
$template = Template::instance($name);
|
$template = Template::instance($name);
|
||||||
$this->assertInstanceOf(Template::class, $template);
|
$this->assertInstanceOf('EGroupware\Api\Etemplate\Widget\Template', $template);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user