-
Notifications
You must be signed in to change notification settings - Fork 0
/
testdox.html
51 lines (48 loc) · 1.88 KB
/
testdox.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Test Documentation</title>
<style>
body {
text-rendering: optimizeLegibility;
font-variant-ligatures: common-ligatures;
font-kerning: normal;
margin-left: 2em;
background-color: #ffffff;
color: #000000;
}
body > ul > li {
font-family: Source Serif Pro, PT Sans, Trebuchet MS, Helvetica, Arial;
font-size: 2em;
}
h2 {
font-family: Tahoma, Helvetica, Arial;
font-size: 3em;
}
ul {
list-style: none;
margin-bottom: 1em;
}
</style>
</head>
<body>
<h2 id="Tests\Feature\Support\LaravelCollectionEnvManagerTest">Laravel Collection Env Manager (Tests\Feature\Support\LaravelCollectionEnvManager)</h2>
<ul>
<li style="color: #555753;">✓ Has is false</li>
<li style="color: #555753;">✓ Set many</li>
<li style="color: #555753;">✓ Has is true</li>
<li style="color: #555753;">✓ Get with default</li>
<li style="color: #555753;">✓ Get</li>
<li style="color: #555753;">✓ Save</li>
<li style="color: #555753;">✓ New from path</li>
<li style="color: #555753;">✓ New from path with new app key</li>
<li style="color: #555753;">✓ Set</li>
<li style="color: #555753;">✓ Successfully initiated</li>
<li style="color: #555753;">✓ File path</li>
<li style="color: #555753;">✓ Set file path</li>
<li style="color: #555753;">✓ Reset file path</li>
<li style="color: #555753;">✓ File exists</li>
</ul>
</body>
</html>