Home
last modified time | relevance | path

Searched refs:createMockValue (Results 1 – 1 of 1) sorted by relevance

/plugin/structnotification/_test/
H A DNotificationTest.php101 $value1 = $this->createMockValue('schema1', 'field1', 'Test Value 1');
102 $value2 = $this->createMockValue('schema1', 'field2', 'Test Value 2');
117 $value1 = $this->createMockValue('schema1', 'field1', 'Test Value 1');
182 private function createMockValue($schema, $label, $rawValue) function in dokuwiki\\plugin\\structnotification\\test\\NotificationTest