Ref D8460.
Use $this->assertFalse(...) and $this->assertTrue(...) instead of $this->assertEqual(false, ...) and $this->assertEqual(true, ...) respectively.
Differential D8461
Utilize `assertFalse` and `assertTrue` methods. joshuaspence on Mar 9 2014, 1:39 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 Timeline |