Expose endpoint var for config visibility

This commit is contained in:
Jake Barnby
2022-11-16 15:19:11 +13:00
parent 5b8c16b7a7
commit eaa10fdba0
+1
View File
@@ -10,4 +10,5 @@ use Tests\E2E\Scopes\Scope as E2EScope;
#[AfterMethods(['tearDown'])]
abstract class Scope extends E2EScope
{
protected $endpoint = 'http://localhost/v1';
}