Page MenuHomeDevCentral

Handle TypeError exceptions in ProjectsMapTest
Closed, ResolvedPublic

Description

A rapid phpunit run on PHP 7 gives new throwables:

  • Nasqueron\Notifications\Tests\Phabricator\ProjectsMapTest::testFetchFromAPIWithoutReply — Failed asserting that exception of type "TypeError" matches expected exception "Exception".
  • Nasqueron\Notifications\Tests\Phabricator\ProjectsMapTest::testFetchFromAPIInvalidReply — Failed asserting that exception of type "TypeError" matches expected exception "Exception".

Revisions and Commits