Page MenuHomePhabricator

Utilize `assertFalse` and `assertTrue` methods.
ClosedPublic

Authored by joshuaspence on Mar 9 2014, 1:39 AM.
Tags
None
Referenced Files
F18754739: D8461.id20067.diff
Sun, Oct 5, 1:00 AM
F18620471: D8461.diff
Sep 15 2025, 5:20 AM
F18575641: D8461.id20066.diff
Sep 10 2025, 1:35 PM
F18575572: D8461.id.diff
Sep 10 2025, 1:28 PM
F18575174: D8461.id20071.diff
Sep 10 2025, 12:35 PM
F18573840: D8461.id20067.diff
Sep 10 2025, 9:44 AM
F18573705: D8461.id.diff
Sep 10 2025, 9:08 AM
F18573460: D8461.id20066.diff
Sep 10 2025, 8:45 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
Lint
Lint Skipped
Unit
Tests Skipped

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).