Page MenuHomePhabricator

Utilize `assertFalse` and `assertTrue` methods.
ClosedPublic

Authored by joshuaspence on Mar 9 2014, 1:39 AM.
Tags
None
Referenced Files
F14036660: D8461.diff
Sun, Nov 10, 11:26 AM
F14033779: D8461.id20067.diff
Sat, Nov 9, 8:03 PM
F13999018: D8461.diff
Thu, Oct 24, 12:24 PM
F13997387: D8461.diff
Thu, Oct 24, 4:08 AM
F13978325: D8461.diff
Fri, Oct 18, 10:41 PM
F13956839: D8461.id.diff
Mon, Oct 14, 7:15 AM
Unknown Object (File)
Oct 5 2024, 10:55 AM
Unknown Object (File)
Oct 5 2024, 12:24 AM

Details

Summary

Ref D8460.

Use $this->assertFalse(...) and $this->assertTrue(...) instead of $this->assertEqual(false, ...) and $this->assertEqual(true, ...) respectively.

Test Plan

arc unit

Diff Detail

Repository
rARC Arcanist
Branch
assert-true_false
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

joshuaspence edited edge metadata.
joshuaspence updated this object.
joshuaspence updated this revision to Unknown Object (????).Mar 9 2014, 2:07 AM

Minor fixes.

epriestley updated this revision to Diff 20071.
epriestley edited edge metadata.

Closed by commit rARC06cfe0746eaa (authored by @epriestley).