MCPcopy Create free account
hub / github.com/apecloud/myduckserver / addTest

Method addTest

compatibility/mysql/php/mysql_test.php:39–41  ·  view source on GitHub ↗
($query, $expectedResults)

Source from the content-addressed store, hash-verified

37 }
38
39 public function addTest($query, $expectedResults) {
40 $this->tests[] = new Test($query, $expectedResults);
41 }
42
43 public function runTests() {
44 foreach ($this->tests as $test) {

Callers 1

readTestsFromFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected