15 $g1 = $this->newObjective();
16 $g2 = $this->newObjective();
17 $g3 = $this->newObjective();
21 $this->assertEquals([$g1, $g2, $g3],
$c->getObjectives());
26 $g1 = $this->newObjective();
27 $g2 = $this->newObjective();
28 $g3 = $this->newObjective();
34 $this->assertIsString($c1->getHash());
35 $this->assertIsString($c2->getHash());
36 $this->assertIsString($c3->getHash());
38 $this->assertEquals($c1->getHash(), $c1->getHash());
39 $this->assertNotEquals($c1->getHash(), $c2->getHash());
40 $this->assertEquals($c1->getHash(), $c3->getHash());
46 $this->assertEquals(
"LABEL",
$c->getLabel());
53 $this->assertFalse($c1->isNotable());
54 $this->assertTrue($c2->isNotable());
59 $g1 = $this->newObjective();
60 $g2 = $this->newObjective();
61 $g3 = $this->newObjective();
65 $env = $this->createMock(Setup\Environment::class);
67 $pre =
$c->getPreconditions($env);
68 $this->assertEquals([$g1,$g2, $g3], $pre);
74 $g1 = $this->newObjective();
75 $g2 = $this->newObjective();
76 $g3 = $this->newObjective();
80 $env = $this->createMock(Setup\Environment::class);
82 foreach ([$g1,$g2,$g3] as $g) {
84 ->expects($this->never())
89 $this->assertSame($env,
$res);
A objective collection is a objective that is achieved once all subobjectives are achieved...
foreach($_POST as $key=> $value) $res