get( API::class ), Package::container()->get( AssetDataRegistry::class ), new IntegrationRegistry(), ); } /** * For now don't need to initialize anything in tests so let's * just override the default behaviour. */ protected function initialize() { } /** * Protected test wrapper for deep_sort_with_accents. * * @param array $array The array we want to sort. */ public function deep_sort_test( $array ) { return $this->deep_sort_with_accents( $array ); } }