Homec4science

Provide information about wrong value passed to assert_instances_of()

Authored by vrana <jakubv@fb.com> on May 24 2012, 00:55.

Description

Provide information about wrong value passed to assert_instances_of()

Test Plan:

assert_instances_of(array(1), 'stdClass');
assert_instances_of(array(new stdClass), 'C');
assert_instances_of(array(new stdClass), 'stdClass');

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Koolvin

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

Details

Committed
vrana <jakubv@fb.com>May 24 2012, 00:58
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUde198bfcaa16: Add a console highlighter and language guesser
Branches
Unknown
Tags
Unknown

Event Timeline