HomeDevCentral

assertEquals → assertSame in unit tests

Description

assertEquals → assertSame in unit tests

Summary:
The tests now use assertSame to assert type is respected too.

We keep assertEquals in EventServiceProviderTest::testOmittedFiles,
as we there compare two arrays, regardless of the order of the items.

Test Plan: phpunit

Reviewers: dereckson

Subscribers: alken-orin

Differential Revision: http://devcentral.nasqueron.org/D281

Details

Provenance
derecksonAuthored on Feb 11 2016, 02:00
Differential Revision
D281: assertEquals → assertSame in unit tests
Parents
rNOTIF984955bf9311: Test GitHubPayloadAnalyzerTest::getGroup()
Branches
Unknown
Tags
Unknown