ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ilTestPlayerLayoutProviderTest.php
Go to the documentation of this file.
1
<?php
2
19
namespace
Screen
;
20
21
use
ILIAS\DI\Container
;
22
use
ilTestBaseTestCase
;
23
use
ilTestPlayerLayoutProvider
;
24
25
class
ilTestPlayerLayoutProviderTest
extends
ilTestBaseTestCase
26
{
27
public
function
testConstruct
(): void
28
{
29
$ilTestPlayerLayoutProvider =
new
ilTestPlayerLayoutProvider
($this->createMock(Container::class));
30
$this->assertInstanceOf(ilTestPlayerLayoutProvider::class, $ilTestPlayerLayoutProvider);
31
}
32
}
Screen\ilTestPlayerLayoutProviderTest
Definition:
ilTestPlayerLayoutProviderTest.php:25
ilTestBaseTestCase
Screen\ilTestPlayerLayoutProviderTest\testConstruct
testConstruct()
Definition:
ilTestPlayerLayoutProviderTest.php:27
Container
ilTestPlayerLayoutProvider
Screen
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilTestPlayerLayoutProviderTest.php:19
components
ILIAS
Test
tests
Screen
ilTestPlayerLayoutProviderTest.php
Generated on Wed Sep 3 2025 23:04:06 for ILIAS by
1.8.13 (using
Doxyfile
)