Ref D8460.
Use $this->assertFalse(...) and $this->assertTrue(...) instead of $this->assertEqual(false, ...) and $this->assertEqual(true, ...) respectively.
Differential D8462
Utilize `assertFalse` and `assertTrue` methods. joshuaspence on Mar 9 2014, 2:16 AM. Authored by Tags None Referenced Files
Subscribers
Details
Ref D8460. Use $this->assertFalse(...) and $this->assertTrue(...) instead of $this->assertEqual(false, ...) and $this->assertEqual(true, ...) respectively. arc unit
Diff Detail
Event TimelineComment Actions Closed by commit rPHU4c7b876e5ad8 (authored by @joshuaspence, committed by @epriestley). |