Home
last modified time | relevance | path

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

/plugin/strata/_test/
H A Dstorage_removes.test.php24 $this->expected2 = array('subject' => 'Alice', 'predicate' => 'knows', 'object' => 'Carol', 'graph' => 'wiki');
28 $this->assertEquals($data, array($this->expected1, $this->expected2, $this->expected3));
41 $this->assertEquals($data, array($this->expected2, $this->expected3));
61 $this->assertEquals($data, array($this->expected2, $this->expected3));
83 $this->assertEquals($data, array($this->expected2, $this->expected3));
H A Dstorage_graphs.test.php20 $expected2 = array('subject' => 'Alice', 'predicate' => 'knows', 'object' => 'Carol', 'graph' => 'knowledgebase of alice');
32 $this->assertEquals($data, array($expected2));
36 $this->assertEquals($data, array($expected1, $expected2));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php14 function testSerializers($notification, $expected1, $expected2) { argument
40 $this->assertXmlStringEqualsXmlString($expected2, $writer->outputMemory());
/plugin/definitionlist/_test/
H A Dsyntax.test.php112 $expected2 = '<dl class="plugin_definitionlist">'.NL
119 $this->assertEquals($expected2, $this->render($in2));