22require_once(__DIR__ .
"/../BaseNotificationSetUp.php");
31 $r =
new ReflectionClass($this->factory);
34 foreach ($r->getMethods(ReflectionMethod::IS_PUBLIC) as $method) {
35 $methods[] = $method->getName();
40 0 =>
'administrative',
51 $this->assertInstanceOf(StandardNotification::class, $this->factory->standard($this->id));
52 $this->assertInstanceOf(StandardNotificationGroup::class, $this->factory->standardGroup($this->id));
Class BaseNotificationSetUp.
An exception for terminatinating execution or to throw for unit testing.
Class StandardNotificationGroup Groups a set of Notification.
Class Notification The default Notification mapping currently to one UI Notification Item component.
Class NotificationFactoryTest.