Jeremy Vaught
Jeremy Vaught
test code line starting 245 ``` php public function testFormSelectYear() { $select1 = $this->formBuilder->selectYear('year', 2000, 2020); $select2 = $this->formBuilder->selectYear('year', 2000, 2020, null, array('id' => 'foo')); $select3 = $this->formBuilder->selectYear('year', 2000, 2020,...
Second sentence of the second paragraph. the words `rather injecting` are there but I think you mean `rather than injecting`.
1 $this->assertContains('parents', $family); //Failed asserting that an array cont\ 2 ains 'parents'.
Hi Jeffrey, In the example code, you use - $this->assertTrue($greeting === 'Hello, World.'); and later - $this->assertTrue($greeting == 'Hello, World.');