fix: env vars handled via conf file, add: functional tests
This commit is contained in:
parent
3d08b14f11
commit
21c4330f16
39 changed files with 416 additions and 172 deletions
|
@ -36,7 +36,7 @@ class PagesTest extends TestCase
|
|||
{
|
||||
$res = $this->post('/backend', array(
|
||||
'organization' => 'GruppoCO',
|
||||
'password' => getenv('APP_PASSWORD')
|
||||
'password' => config('app.app_password')
|
||||
));
|
||||
|
||||
$res->assertResponseOk();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue