create-berna-stencil 2.6.2 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/README.md +1 -1
  2. package/_tools/buildJs.js +1 -1
  3. package/_tools/cleanOutput.js +1 -1
  4. package/package.json +2 -2
  5. package/out/.htaccess +0 -16
  6. package/out/404.html +0 -163
  7. package/out/assets/brand/favicon.svg +0 -37
  8. package/out/assets/brand/logo.svg +0 -37
  9. package/out/backend/.htaccess +0 -7
  10. package/out/backend/_core/composer.json +0 -5
  11. package/out/backend/_core/composer.lock +0 -492
  12. package/out/backend/_core/index.php +0 -148
  13. package/out/backend/_core/init.php +0 -34
  14. package/out/backend/_core/modules/RateLimiter.php +0 -31
  15. package/out/backend/_core/modules/Response.php +0 -49
  16. package/out/backend/_core/vendor/autoload.php +0 -22
  17. package/out/backend/_core/vendor/composer/ClassLoader.php +0 -579
  18. package/out/backend/_core/vendor/composer/InstalledVersions.php +0 -396
  19. package/out/backend/_core/vendor/composer/LICENSE +0 -21
  20. package/out/backend/_core/vendor/composer/autoload_classmap.php +0 -15
  21. package/out/backend/_core/vendor/composer/autoload_files.php +0 -12
  22. package/out/backend/_core/vendor/composer/autoload_namespaces.php +0 -9
  23. package/out/backend/_core/vendor/composer/autoload_psr4.php +0 -15
  24. package/out/backend/_core/vendor/composer/autoload_real.php +0 -50
  25. package/out/backend/_core/vendor/composer/autoload_static.php +0 -81
  26. package/out/backend/_core/vendor/composer/installed.json +0 -497
  27. package/out/backend/_core/vendor/composer/installed.php +0 -77
  28. package/out/backend/_core/vendor/composer/platform_check.php +0 -25
  29. package/out/backend/_core/vendor/graham-campbell/result-type/CHANGELOG.md +0 -53
  30. package/out/backend/_core/vendor/graham-campbell/result-type/LICENSE +0 -21
  31. package/out/backend/_core/vendor/graham-campbell/result-type/README.md +0 -42
  32. package/out/backend/_core/vendor/graham-campbell/result-type/composer.json +0 -33
  33. package/out/backend/_core/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -13
  34. package/out/backend/_core/vendor/graham-campbell/result-type/src/Error.php +0 -121
  35. package/out/backend/_core/vendor/graham-campbell/result-type/src/Result.php +0 -69
  36. package/out/backend/_core/vendor/graham-campbell/result-type/src/Success.php +0 -120
  37. package/out/backend/_core/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -95
  38. package/out/backend/_core/vendor/phpoption/phpoption/LICENSE +0 -201
  39. package/out/backend/_core/vendor/phpoption/phpoption/Makefile +0 -17
  40. package/out/backend/_core/vendor/phpoption/phpoption/README.md +0 -201
  41. package/out/backend/_core/vendor/phpoption/phpoption/composer.json +0 -50
  42. package/out/backend/_core/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -44
  43. package/out/backend/_core/vendor/phpoption/phpoption/phpstan.neon.dist +0 -7
  44. package/out/backend/_core/vendor/phpoption/phpoption/phpunit.xml.dist +0 -13
  45. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -175
  46. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -136
  47. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -434
  48. package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -169
  49. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -72
  50. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -357
  51. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -153
  52. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -166
  53. package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -194
  54. package/out/backend/_core/vendor/phpoption/phpoption/tests/bootstrap.php +0 -8
  55. package/out/backend/_core/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -8
  56. package/out/backend/_core/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
  57. package/out/backend/_core/vendor/symfony/polyfill-ctype/LICENSE +0 -19
  58. package/out/backend/_core/vendor/symfony/polyfill-ctype/README.md +0 -12
  59. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
  60. package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
  61. package/out/backend/_core/vendor/symfony/polyfill-ctype/composer.json +0 -38
  62. package/out/backend/_core/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
  63. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1077
  64. package/out/backend/_core/vendor/symfony/polyfill-mbstring/README.md +0 -13
  65. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
  66. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
  67. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
  68. package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
  69. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -171
  70. package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
  71. package/out/backend/_core/vendor/symfony/polyfill-mbstring/composer.json +0 -39
  72. package/out/backend/_core/vendor/symfony/polyfill-php80/LICENSE +0 -19
  73. package/out/backend/_core/vendor/symfony/polyfill-php80/Php80.php +0 -115
  74. package/out/backend/_core/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
  75. package/out/backend/_core/vendor/symfony/polyfill-php80/README.md +0 -25
  76. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
  77. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
  78. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
  79. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
  80. package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
  81. package/out/backend/_core/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
  82. package/out/backend/_core/vendor/symfony/polyfill-php80/composer.json +0 -37
  83. package/out/backend/_core/vendor/vlucas/phpdotenv/.editorconfig +0 -15
  84. package/out/backend/_core/vendor/vlucas/phpdotenv/LICENSE +0 -30
  85. package/out/backend/_core/vendor/vlucas/phpdotenv/Makefile +0 -17
  86. package/out/backend/_core/vendor/vlucas/phpdotenv/README.md +0 -370
  87. package/out/backend/_core/vendor/vlucas/phpdotenv/UPGRADING.md +0 -196
  88. package/out/backend/_core/vendor/vlucas/phpdotenv/composer.json +0 -60
  89. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -157
  90. package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -7
  91. package/out/backend/_core/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -13
  92. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -267
  93. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -12
  94. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -12
  95. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -12
  96. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -12
  97. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -12
  98. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -48
  99. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -20
  100. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -65
  101. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -59
  102. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -299
  103. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -58
  104. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -127
  105. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -53
  106. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -19
  107. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -88
  108. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -15
  109. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -89
  110. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -80
  111. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -88
  112. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -85
  113. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -110
  114. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -48
  115. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -64
  116. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -91
  117. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -17
  118. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -104
  119. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -88
  120. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -27
  121. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -107
  122. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -272
  123. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -51
  124. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -44
  125. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -81
  126. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -72
  127. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -141
  128. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -17
  129. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -37
  130. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -112
  131. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -108
  132. package/out/backend/_core/vendor/vlucas/phpdotenv/src/Validator.php +0 -207
  133. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -387
  134. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -86
  135. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -234
  136. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -40
  137. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -53
  138. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -98
  139. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -57
  140. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -75
  141. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -52
  142. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -75
  143. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -305
  144. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -141
  145. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -479
  146. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -5
  147. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -18
  148. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -33
  149. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -15
  150. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -1
  151. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -1
  152. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -7
  153. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -1
  154. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -17
  155. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -2
  156. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -3
  157. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -14
  158. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -4
  159. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -1
  160. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -15
  161. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -11
  162. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -8
  163. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -2
  164. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -3
  165. package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -1
  166. package/out/backend/_core/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -15
  167. package/out/backend/api/protected/example-protected.php +0 -17
  168. package/out/backend/api/public/example-public.php +0 -17
  169. package/out/backend/database/Database.php +0 -24
  170. package/out/backend/database/migrations/create_example_db.sql +0 -1
  171. package/out/backend/web.config +0 -17
  172. package/out/css/fonts/bootstrap-icons.woff +0 -0
  173. package/out/css/fonts/bootstrap-icons.woff2 +0 -0
  174. package/out/css/github-markdown-dark.css +0 -1124
  175. package/out/css/github-markdown-light.css +0 -1124
  176. package/out/css/pages/404.css +0 -21517
  177. package/out/css/pages/homepage.css +0 -21508
  178. package/out/data/site.json +0 -44
  179. package/out/index.html +0 -1147
  180. package/out/js/bootstrap.bundle.min.js +0 -7
  181. package/out/js/pages/js/pages/404.js +0 -6
  182. package/out/js/pages/js/pages/homepage.js +0 -6
  183. package/out/js/pages/ts/pages/404.js +0 -6
  184. package/out/js/pages/ts/pages/homepage.js +0 -6
  185. package/out/llms.txt +0 -14
  186. package/out/robots.txt +0 -4
  187. package/out/sitemap.xml +0 -15
  188. package/out/web.config +0 -27
@@ -1,305 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Tests\Repository;
6
-
7
- use Dotenv\Dotenv;
8
- use Dotenv\Repository\Adapter\ArrayAdapter;
9
- use Dotenv\Repository\RepositoryBuilder;
10
- use Dotenv\Repository\RepositoryInterface;
11
- use InvalidArgumentException;
12
- use PHPUnit\Framework\TestCase;
13
- use TypeError;
14
-
15
- final class RepositoryTest extends TestCase
16
- {
17
- /**
18
- * @var array<string, string>|null
19
- */
20
- private $keyVal;
21
-
22
- /**
23
- * @before
24
- *
25
- * @return void
26
- */
27
- public function refreshKeyVal()
28
- {
29
- $this->keyVal(true);
30
- }
31
-
32
- /**
33
- * @return void
34
- */
35
- private function load()
36
- {
37
- Dotenv::createMutable(\dirname(\dirname(__DIR__)).'/fixtures/env')->load();
38
- }
39
-
40
- /**
41
- * Generates a new key/value pair or returns the previous one.
42
- *
43
- * Since most of our functionality revolves around setting/retrieving keys
44
- * and values, we have this utility function to help generate new, unique
45
- * key/value pairs.
46
- *
47
- * @param bool $reset
48
- *
49
- * @return array<string, string>
50
- */
51
- private function keyVal(bool $reset = false)
52
- {
53
- if (!isset($this->keyVal) || $reset) {
54
- $this->keyVal = [\uniqid() => \uniqid()];
55
- }
56
-
57
- return $this->keyVal;
58
- }
59
-
60
- /**
61
- * Returns the key from keyVal(), without reset.
62
- *
63
- * @return string
64
- */
65
- private function key()
66
- {
67
- $keyVal = $this->keyVal();
68
-
69
- return (string) \key($keyVal);
70
- }
71
-
72
- /**
73
- * Returns the value from keyVal(), without reset.
74
- *
75
- * @return string
76
- */
77
- private function value()
78
- {
79
- $keyVal = $this->keyVal();
80
-
81
- /** @var string */
82
- return \reset($keyVal);
83
- }
84
-
85
- public function testRepositoryInstanceOf()
86
- {
87
- self::assertInstanceOf(RepositoryInterface::class, RepositoryBuilder::createWithNoAdapters()->make());
88
- self::assertInstanceOf(RepositoryInterface::class, RepositoryBuilder::createWithDefaultAdapters()->make());
89
- }
90
-
91
- public function testMutableLoaderClearsEnvironmentVars()
92
- {
93
- $repository = RepositoryBuilder::createWithDefaultAdapters()->make();
94
-
95
- // Set an environment variable.
96
- $repository->set($this->key(), $this->value());
97
-
98
- // Clear the set environment variable.
99
- $repository->clear($this->key());
100
- self::assertNull($repository->get($this->key()));
101
- self::assertFalse(\getenv($this->key()));
102
- self::assertFalse(isset($_ENV[$this->key()]));
103
- self::assertFalse(isset($_SERVER[$this->key()]));
104
- }
105
-
106
- public function testImmutableLoaderCannotClearExistingEnvironmentVars()
107
- {
108
- $this->load();
109
-
110
- $repository = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make();
111
-
112
- // Pre-set an environment variable.
113
- RepositoryBuilder::createWithDefaultAdapters()->make()->set($this->key(), $this->value());
114
-
115
- // Attempt to clear the environment variable, check that it fails.
116
- $repository->clear($this->key());
117
- self::assertSame($this->value(), $repository->get($this->key()));
118
- self::assertTrue(isset($_ENV[$this->key()]));
119
- self::assertTrue(isset($_SERVER[$this->key()]));
120
- }
121
-
122
- public function testImmutableLoaderCanClearSetEnvironmentVars()
123
- {
124
- $this->load();
125
-
126
- $repository = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make();
127
-
128
- // Set an environment variable.
129
- $repository->set($this->key(), $this->value());
130
-
131
- // Attempt to clear the environment variable, check that it works.
132
- $repository->clear($this->key());
133
- self::assertNull($repository->get($this->key()));
134
- self::assertFalse(\getenv($this->key()));
135
- self::assertFalse(isset($_ENV[$this->key()]));
136
- self::assertFalse(isset($_SERVER[$this->key()]));
137
- }
138
-
139
- public function testCheckingWhetherVariableExists()
140
- {
141
- $this->load();
142
-
143
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
144
-
145
- self::assertTrue($repo->has('FOO'));
146
- self::assertFalse($repo->has('NON_EXISTING_VARIABLE'));
147
- }
148
-
149
- public function testHasWithBadVariable()
150
- {
151
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
152
-
153
- $this->expectException(TypeError::class);
154
-
155
- $repo->has(null);
156
- }
157
-
158
- public function testGettingVariableByName()
159
- {
160
- $this->load();
161
-
162
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
163
-
164
- self::assertSame('bar', $repo->get('FOO'));
165
- }
166
-
167
- public function testGettingNullVariable()
168
- {
169
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
170
-
171
- $this->expectException(TypeError::class);
172
-
173
- $repo->get(null);
174
- }
175
-
176
- public function testGettingEmptyVariable()
177
- {
178
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
179
-
180
- $this->expectException(InvalidArgumentException::class);
181
- $this->expectExceptionMessage('Expected name to be a non-empty string.');
182
-
183
- $repo->get('');
184
- }
185
-
186
- public function testSettingVariable()
187
- {
188
- $this->load();
189
-
190
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
191
-
192
- self::assertSame('bar', $repo->get('FOO'));
193
- $repo->set('FOO', 'new');
194
- self::assertSame('new', $repo->get('FOO'));
195
- }
196
-
197
- public function testSettingNullVariable()
198
- {
199
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
200
-
201
- $this->expectException(TypeError::class);
202
-
203
- $repo->set(null, 'foo');
204
- }
205
-
206
- public function testSettingEmptyVariable()
207
- {
208
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
209
-
210
- $this->expectException(InvalidArgumentException::class);
211
- $this->expectExceptionMessage('Expected name to be a non-empty string.');
212
-
213
- $repo->set('', 'foo');
214
- }
215
-
216
- public function testClearingVariable()
217
- {
218
- $this->load();
219
-
220
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
221
-
222
- self::assertTrue($repo->has('FOO'));
223
- $repo->clear('FOO');
224
- self::assertFalse($repo->has('FOO'));
225
- }
226
-
227
- public function testClearingVariableWithArrayAdapter()
228
- {
229
- $adapter = ArrayAdapter::create()->get();
230
- $repo = RepositoryBuilder::createWithNoAdapters()->addReader($adapter)->addWriter($adapter)->make();
231
-
232
- self::assertFalse($repo->has('FOO'));
233
- $repo->set('FOO', 'BAR');
234
- self::assertTrue($repo->has('FOO'));
235
- $repo->clear('FOO');
236
- self::assertFalse($repo->has('FOO'));
237
- }
238
-
239
- public function testClearingNullVariable()
240
- {
241
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
242
-
243
- $this->expectException(TypeError::class);
244
-
245
- $repo->clear(null);
246
- }
247
-
248
- public function testClearingEmptyVariable()
249
- {
250
- $repo = RepositoryBuilder::createWithDefaultAdapters()->make();
251
-
252
- $this->expectException(InvalidArgumentException::class);
253
- $this->expectExceptionMessage('Expected name to be a non-empty string.');
254
-
255
- $repo->clear('');
256
- }
257
-
258
- public function testCannotSetVariableOnImmutableInstance()
259
- {
260
- $this->load();
261
-
262
- $repo = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make();
263
-
264
- self::assertSame('bar', $repo->get('FOO'));
265
-
266
- $repo->set('FOO', 'new');
267
-
268
- self::assertSame('bar', $repo->get('FOO'));
269
- }
270
-
271
- public function testCannotClearVariableOnImmutableInstance()
272
- {
273
- $this->load();
274
-
275
- $repo = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make();
276
-
277
- $repo->clear('FOO');
278
-
279
- self::assertTrue($repo->has('FOO'));
280
- }
281
-
282
- public function testBuildWithBadReader()
283
- {
284
- $this->expectException(InvalidArgumentException::class);
285
- $this->expectExceptionMessage('Expected either an instance of ');
286
-
287
- RepositoryBuilder::createWithNoAdapters()->addReader('123');
288
- }
289
-
290
- public function testBuildWithBadWriter()
291
- {
292
- $this->expectException(InvalidArgumentException::class);
293
- $this->expectExceptionMessage('Expected either an instance of ');
294
-
295
- RepositoryBuilder::createWithNoAdapters()->addWriter('123');
296
- }
297
-
298
- public function testBuildWithBadAdapter()
299
- {
300
- $this->expectException(InvalidArgumentException::class);
301
- $this->expectExceptionMessage('Expected either an instance of ');
302
-
303
- RepositoryBuilder::createWithNoAdapters()->addAdapter('');
304
- }
305
- }
@@ -1,141 +0,0 @@
1
- <?php
2
-
3
- declare(strict_types=1);
4
-
5
- namespace Dotenv\Tests\Store;
6
-
7
- use Dotenv\Exception\InvalidEncodingException;
8
- use Dotenv\Store\File\Paths;
9
- use Dotenv\Store\File\Reader;
10
- use Dotenv\Store\StoreBuilder;
11
- use PHPUnit\Framework\TestCase;
12
-
13
- final class StoreTest extends TestCase
14
- {
15
- /**
16
- * @var string
17
- */
18
- private static $folder;
19
-
20
- /**
21
- * @beforeClass
22
- *
23
- * @return void
24
- */
25
- public static function setFolder()
26
- {
27
- self::$folder = \dirname(\dirname(__DIR__)).'/fixtures/env';
28
- }
29
-
30
- public function testBasicReadDirect()
31
- {
32
- self::assertSame(
33
- [
34
- self::$folder.\DIRECTORY_SEPARATOR.'.env' => "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n\nNULL=\n",
35
- ],
36
- Reader::read(
37
- Paths::filePaths([self::$folder], ['.env'])
38
- )
39
- );
40
- }
41
-
42
- public function testBasicRead()
43
- {
44
- $builder = StoreBuilder::createWithDefaultName()
45
- ->addPath(self::$folder);
46
-
47
- self::assertSame(
48
- "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n\nNULL=\n",
49
- $builder->make()->read()
50
- );
51
- }
52
-
53
- public function testBasicReadWindowsEncoding()
54
- {
55
- $builder = StoreBuilder::createWithNoNames()
56
- ->addPath(self::$folder)
57
- ->addName('windows.env')
58
- ->fileEncoding('Windows-1252');
59
-
60
- self::assertSame(
61
- "MBW=\"ñá\"\n",
62
- $builder->make()->read()
63
- );
64
- }
65
-
66
- public function testBasicReadBadEncoding()
67
- {
68
- $builder = StoreBuilder::createWithNoNames()
69
- ->addPath(self::$folder)
70
- ->addName('windows.env')
71
- ->fileEncoding('Windowss-1252');
72
-
73
- $this->expectException(InvalidEncodingException::class);
74
- $this->expectExceptionMessage('Illegal character encoding [Windowss-1252] specified.');
75
-
76
- $builder->make()->read();
77
- }
78
-
79
- public function testFileReadMultipleShortCircuitModeDirect()
80
- {
81
- self::assertSame(
82
- [
83
- self::$folder.\DIRECTORY_SEPARATOR.'.env' => "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n\nNULL=\n",
84
- ],
85
- Reader::read(
86
- Paths::filePaths([self::$folder], ['.env', 'example.env'])
87
- )
88
- );
89
- }
90
-
91
- public function testFileReadMultipleShortCircuitMode()
92
- {
93
- $builder = StoreBuilder::createWithNoNames()
94
- ->addPath(self::$folder)
95
- ->addName('.env')
96
- ->addName('example.env')
97
- ->shortCircuit();
98
-
99
- self::assertSame(
100
- "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n\nNULL=\n",
101
- $builder->make()->read()
102
- );
103
- }
104
-
105
- public function testFileReadMultipleWithoutShortCircuitModeDirect()
106
- {
107
- self::assertSame(
108
- [
109
- self::$folder.\DIRECTORY_SEPARATOR.'.env' => "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n\nNULL=\n",
110
- self::$folder.\DIRECTORY_SEPARATOR.'example.env' => "EG=\"example\"\n",
111
- ],
112
- Reader::read(
113
- Paths::filePaths([self::$folder], ['.env', 'example.env']),
114
- false
115
- )
116
- );
117
- }
118
-
119
- public function testFileReadMultipleWithoutShortCircuitMode()
120
- {
121
- $builder = StoreBuilder::createWithDefaultName()
122
- ->addPath(self::$folder)
123
- ->addName('example.env');
124
-
125
- self::assertSame(
126
- "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n\nNULL=\n\nEG=\"example\"\n",
127
- $builder->make()->read()
128
- );
129
- }
130
- public function testFileReadWithUtf8WithBomEncoding()
131
- {
132
- self::assertSame(
133
- [
134
- self::$folder.\DIRECTORY_SEPARATOR.'utf8-with-bom-encoding.env' => "FOO=bar\nBAR=baz\nSPACED=\"with spaces\"\n",
135
- ],
136
- Reader::read(
137
- Paths::filePaths([self::$folder], ['utf8-with-bom-encoding.env'])
138
- )
139
- );
140
- }
141
- }