Page MenuHomePhabricator

Utilize `assertFalse` and `assertTrue` methods.
ClosedPublic

Authored by joshuaspence on Mar 9 2014, 2:16 AM.
Tags
None
Referenced Files
F14045025: D8462.id.diff
Wed, Nov 13, 12:03 AM
F14038565: D8462.diff
Mon, Nov 11, 12:25 AM
F14036661: D8462.diff
Sun, Nov 10, 11:26 AM
F14022477: D8462.diff
Wed, Nov 6, 5:52 PM
F14007985: D8462.diff
Tue, Oct 29, 1:42 PM
F13997369: D8462.diff
Thu, Oct 24, 4:03 AM
F13974014: D8462.diff
Fri, Oct 18, 3:39 AM
Unknown Object (File)
Oct 13 2024, 8:28 PM

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
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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

Closed by commit rPHU4c7b876e5ad8 (authored by @joshuaspence, committed by @epriestley).