Homec4science

Utilize `assertFalse` and `assertTrue` methods.

Authored by Joshua Spence <josh@joshuaspence.com> on Mar 9 2014, 03:37.

Description

Utilize assertFalse and assertTrue methods.

Summary:
Ref D8460.

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

Test Plan: arc unit

Reviewers: epriestley, #blessed_reviewers

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8462

Details

Committed
epriestley <git@epriestley.com>Mar 9 2014, 03:37
Pushed
aubortMar 17 2017, 12:03
Parents
rPHU01e849c9bafc: Add assertions to every test in libphutil/
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHU4c7b876e5ad8: Utilize `assertFalse` and `assertTrue` methods. (authored by Joshua Spence <josh@joshuaspence.com>).Mar 9 2014, 03:37