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

Method runTests

compatibility/pg/php/pg_test.php:43–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public function runTests() {
44 foreach ($this->tests as $test) {
45 if (!$test->run($this->conn)) {
46 return false;
47 }
48 }
49 return true;
50 }
51
52 public function readTestsFromFile($filename) {
53 $file = fopen($filename, "r");

Callers 1

mainMethod · 0.45

Calls 1

runMethod · 0.45

Tested by

no test coverage detected