assertStringContainsString('/callback/loyalty-grade', $apiRoutes); $this->assertStringContainsString('shuyun.open_platform.callback.loyalty_grade.default_api', $apiRoutes); $this->assertStringContainsString('ShuyunOpenPlatformLoyaltyGradeCallbackController@callback', $apiRoutes); $thirdRoutes = (string) file_get_contents(dirname(__DIR__, 2).'/routes/thirdparty/shuyun_open_platform_callback.php'); $this->assertStringContainsString('/third/shuyun/open-platform/callback/loyalty-grade', $thirdRoutes); $this->assertStringContainsString('shuyun.open_platform.callback.loyalty_grade', $thirdRoutes); $this->assertStringContainsString('ShuyunOpenPlatformLoyaltyGradeCallbackController@callback', $thirdRoutes); } }