Page MenuHomeDevCentral

Allow phpunit tests to run without .env file
ClosedPublic

Authored by dereckson on Jan 22 2016, 04:48.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Feb 12, 18:20
Unknown Object (File)
Wed, Feb 12, 17:36
Unknown Object (File)
Tue, Feb 11, 15:43
Unknown Object (File)
Mon, Feb 10, 20:50
Unknown Object (File)
Sun, Feb 9, 09:47
Unknown Object (File)
Fri, Jan 31, 18:20
Unknown Object (File)
Wed, Jan 29, 11:00
Unknown Object (File)
Wed, Jan 29, 11:00

Details

Summary

D253 has reverted D141, and so by default APP_KEY is invalid, forcing
a setup operation to ensure a proper unique key is generated.

D141 goal were to allow phpunit to run without an .env file.

We can achieve this goal adding a dummy APP_KEY in phpunit environment.

Test Plan

Run phpunit tests

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Passed
Unit
No Test Coverage
Branch
ci