mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +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';
|
||||
|
||||
$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