Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | public function testLicenseListenerWorksInDev(): void |
||
26 | { |
||
27 | $client = self::createClient(['environment' => 'dev'], ['HTTP_AUTHORIZATION' => 'Bearer '.$this->getTenantJWTCode('not_whitelisted')]); |
||
28 | |||
29 | $client->request('GET', '/protected/license-route'); |
||
30 | $this->assertResponseIsSuccessful(); |
||
31 | } |
||
33 |