Home
last modified time | relevance | path

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

/dports/www/uchiwa/uchiwa-0.18.2/uchiwa/
H A Dclient_test.go17 var expectedHistory = []interface{}{}
32expectedHistory = []interface{}{map[string]interface{}{"check": "cpu", "client": "qux", "dc": "us-…
34 assert.Equal(t, expectedHistory, result)
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dkeybase_daemon_rpc_test.go383 expectedHistory := keybase1.FSFolderEditHistory{
428 require.Equal(t, expectedHistory, history)
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/page/
H A DWikiPageDbTest.php1266 public function testGetAutoDeleteReason( $edits, $expectedResult, $expectedHistory ) { argument
1297 $this->assertEquals( $expectedHistory, $hasHistory,
1298 "expected \$hasHistory to be " . var_export( $expectedHistory, true ) );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/page/
H A DWikiPageDbTest.php1532 public function testGetAutoDeleteReason( $edits, $expectedResult, $expectedHistory ) { argument
1563 $this->assertEquals( $expectedHistory, $hasHistory,
1564 "expected \$hasHistory to be " . var_export( $expectedHistory, true ) );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/page/
H A DWikiPageDbTest.php1676 public function testGetAutoDeleteReason( $edits, $expectedResult, $expectedHistory ) { argument
1707 $this->assertEquals( $expectedHistory, $hasHistory,
1708 "expected \$hasHistory to be " . var_export( $expectedHistory, true ) );