Does PHP or PHPUnit or Laravel have a function for recursive array comparison?
Some of my PHPUnit tests call the Facebook "php-business-sdk" so that I can be confident that Facebook's API is continuing to operate as I expect. E.g. getInsights() within FacebookAdsObjectAd. And those PHPUnit tests have been using assertEqualsCanonicalizing. However, the tests…