Page MenuHomePhabricator

Utilize `assertFalse` and `assertTrue` methods.
ClosedPublic

Authored by joshuaspence on Mar 9 2014, 2:16 AM.
Tags
None
Referenced Files
F14065041: D8462.diff
Tue, Nov 19, 2:47 AM
F14051277: D8462.diff
Thu, Nov 14, 11:36 PM
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

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
Branch
assert-true_false
Lint
Lint Passed
Unit
Tests Passed

Event Timeline

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

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