10 require_once(
'./libs/composer/vendor/autoload.php');
11 require_once(
'./tests/Refinery/TestCase.php');
32 $this->dataFactory =
new Factory();
33 $this->
language = $this->getMockBuilder(
'\ilLanguage')
34 ->disableOriginalConstructor()
37 $this->group =
new Group($this->dataFactory, $this->
language);
42 $instance = $this->group->constraint(
function () {
44 $this->assertInstanceOf(\
ILIAS\
Refinery\Custom\Constraint::class, $instance);
49 $instance = $this->group->transformation(
function () {
51 $this->assertInstanceOf(\
ILIAS\
Refinery\Custom\Transformation::class, $instance);
Class ChatMainBarProvider .
testCustomTransformation()