HomeDevCentral

assertEquals → assertSame in unit tests

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

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

Commit No Longer Exists

This commit no longer exists in the repository.