File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ use App \Providers \AppServiceProvider ;
4+ use App \Providers \CollectorRegistryProvider ;
5+ use App \Providers \DomainValidatorServiceProvider ;
6+ use App \Providers \HorizonServiceProvider ;
7+ use App \Providers \KubernetesClientServiceProvider ;
8+ use App \Providers \ReCaptchaServiceProvider ;
9+
10+ return [
11+ AppServiceProvider::class,
12+ CollectorRegistryProvider::class,
13+ DomainValidatorServiceProvider::class,
14+ HorizonServiceProvider::class,
15+ KubernetesClientServiceProvider::class,
16+ ReCaptchaServiceProvider::class,
17+ ];
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public function testDownloadJson() {
118118 );
119119 $ response ->assertJsonFragment (
120120 [
121- 'domain ' => 'acvtively.used. for.the.last. year.wikibase.cloud ' ,
121+ 'domain ' => 'unused. for.a. year.but.now.active .wikibase.cloud ' ,
122122 'time_to_engage_days ' => 0 ,
123123 'time_before_wiki_abandoned_days ' => null ,
124124 'number_of_active_editors ' => 5 ,
@@ -169,7 +169,7 @@ public function testDownloadJsonTruncatesFractionalDayDiffs() {
169169
170170 public function testFunctionalWithMissingLifecycleEventsandStats () {
171171 $ wiki = Wiki::factory ()->create ([
172- 'domain ' => 'very.new.cloud ' , 'sitename ' => 'Very New Site ' ,
172+ 'domain ' => 'very.new.wikibase. cloud ' , 'sitename ' => 'bsite ' ,
173173 ]);
174174
175175 $ response = $ this ->get ($ this ->route );
You can’t perform that action at this time.
0 commit comments