Page MenuHomePhabricator

Utilize `assertFalse` and `assertTrue` methods.
ClosedPublic

Authored by joshuaspence on Mar 9 2014, 1:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 11:26 AM
Unknown Object (File)
Sat, Nov 9, 8:03 PM
Unknown Object (File)
Thu, Oct 24, 12:24 PM
Unknown Object (File)
Thu, Oct 24, 4:08 AM
Unknown Object (File)
Oct 18 2024, 10:41 PM
Unknown Object (File)
Oct 14 2024, 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
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).