We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b0fac commit ba27c97Copy full SHA for ba27c97
tests/CompaniesHouseTest.php
@@ -141,7 +141,7 @@ public function it_can_get_a_company()
141
*/
142
public function it_can_get_a_companies_officers()
143
{
144
- // $this->client->fake();
+ $this->client->fake();
145
146
$response = $this->client->officers(
147
companyNumber: '02627406'
@@ -211,6 +211,8 @@ public function it_fails_when_using_the_rule_macro()
211
212
public function it_passes_when_using_the_rule_macro()
213
214
215
+
216
$number = '02627406';
217
218
$this->assertTrue(
0 commit comments