Home
last modified time | relevance | path

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

/plugin/strata/_test/
H A Dstorage_graphs.test.php19 $expected1 = array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice', 'graph' => 'knowledgebase of bob');
28 $this->assertEquals($data, array($expected1));
36 $this->assertEquals($data, array($expected1, $expected2));
H A Dstorage_removes.test.php23 $this->expected1 = array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice', 'graph' => 'wiki');
28 $this->assertEquals($data, array($this->expected1, $this->expected2, $this->expected3));
71 $this->assertEquals($data, array($this->expected1, $this->expected3));
77 $this->assertEquals($data, array($this->expected1, $this->expected3));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php14 function testSerializers($notification, $expected1, $expected2) { argument
28 $this->assertXmlStringEqualsXmlString($expected1, $writer->outputMemory());
/plugin/definitionlist/_test/
H A Dsyntax.test.php108 $expected1 = '<dl class="plugin_definitionlist">'.NL
118 $this->assertEquals($expected1, $this->render($in1));