4require_once(
"libs/composer/vendor/autoload.php");
15 $this->old_active = ini_get(
"assert.active");
16 $this->old_bail = ini_get(
"assert.bail");
17 $this->old_warninig = ini_get(
"assert.warning");
19 ini_set(
"assert.active",
"1");
20 ini_set(
"assert.bail",
"0");
21 ini_set(
"assert.warning",
"1");
26 ini_set(
"assert.active", $this->old_active);
27 ini_set(
"assert.bail", $this->old_bail);
28 ini_set(
"assert.warning", $this->old_warninig);
34 require_once(__DIR__ .
"/../../src/Data/README.md");
36 $this->assertTrue(
true);
An exception for terminatinating execution or to throw for unit testing.
Testing the faytory of result objects.