Update .gitattributes with more files to ignore Add .gitignore for php unit test cache Install dotenv file parser for unit testing Update current test pages with dotenv file parser (replaces function call) Documentation PHPdoc update for checkMe method call
29 lines
359 B
Bash
29 lines
359 B
Bash
# enviroment file
|
|
SOMETHING=A
|
|
OTHER="B IS B"
|
|
Complex="A B \"D is F"
|
|
# COMMENT
|
|
HAS_SPACE= "ABC";
|
|
FAILURE = ABC
|
|
SIMPLEBOX= A B C
|
|
TITLE=1
|
|
FOO=1.2
|
|
SOME.TEST=Test Var
|
|
SOME.LIVE=Live Var
|
|
Test="A"
|
|
TEST="B"
|
|
TEST="D"
|
|
LINE="ABC
|
|
DEF"
|
|
OTHERLINE="ABC
|
|
AF\"ASFASDF
|
|
MORESHIT"
|
|
SUPERLINE=
|
|
"asfasfasf"
|
|
__FOO_BAR_1 = b
|
|
__FOOFOO = f
|
|
123123=number
|
|
EMPTY=
|
|
= flase
|
|
asfasdf
|