create-berna-stencil 2.6.2 → 2.6.4
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.
- package/index.js +3 -0
- package/package.json +5 -28
- package/.eleventy.js +0 -94
- package/.eleventyignore +0 -4
- package/LICENSE +0 -170
- package/NOTICE +0 -5
- package/README.md +0 -53
- package/_tools/assistant.js +0 -150
- package/_tools/buildJs.js +0 -28
- package/_tools/cleanOutput.js +0 -20
- package/_tools/modules/constants.js +0 -23
- package/_tools/modules/pageComponents.js +0 -77
- package/_tools/modules/updateData.js +0 -84
- package/_tools/modules/updateOutputPath.js +0 -112
- package/_tools/modules/updatePage.js +0 -162
- package/_tools/modules/utils.js +0 -27
- package/_tools/modules/validation.js +0 -20
- package/_tools/res/templates/template.js +0 -5
- package/_tools/res/templates/template.njk +0 -9
- package/_tools/res/templates/template.scss +0 -23
- package/_tools/res/templates/template.ts +0 -5
- package/bin/create.js +0 -429
- package/docs/Assistant CLI.md +0 -61
- package/docs/Backend.md +0 -148
- package/docs/Components.md +0 -96
- package/docs/Creating pages.md +0 -65
- package/docs/Deploy.md +0 -55
- package/docs/Head and SEO.md +0 -94
- package/docs/Javascript.md +0 -53
- package/docs/Styling with SCSS.md +0 -140
- package/nginx.conf +0 -69
- package/out/.htaccess +0 -16
- package/out/404.html +0 -163
- package/out/assets/brand/favicon.svg +0 -37
- package/out/assets/brand/logo.svg +0 -37
- package/out/backend/.htaccess +0 -7
- package/out/backend/_core/composer.json +0 -5
- package/out/backend/_core/composer.lock +0 -492
- package/out/backend/_core/index.php +0 -148
- package/out/backend/_core/init.php +0 -34
- package/out/backend/_core/modules/RateLimiter.php +0 -31
- package/out/backend/_core/modules/Response.php +0 -49
- package/out/backend/_core/vendor/autoload.php +0 -22
- package/out/backend/_core/vendor/composer/ClassLoader.php +0 -579
- package/out/backend/_core/vendor/composer/InstalledVersions.php +0 -396
- package/out/backend/_core/vendor/composer/LICENSE +0 -21
- package/out/backend/_core/vendor/composer/autoload_classmap.php +0 -15
- package/out/backend/_core/vendor/composer/autoload_files.php +0 -12
- package/out/backend/_core/vendor/composer/autoload_namespaces.php +0 -9
- package/out/backend/_core/vendor/composer/autoload_psr4.php +0 -15
- package/out/backend/_core/vendor/composer/autoload_real.php +0 -50
- package/out/backend/_core/vendor/composer/autoload_static.php +0 -81
- package/out/backend/_core/vendor/composer/installed.json +0 -497
- package/out/backend/_core/vendor/composer/installed.php +0 -77
- package/out/backend/_core/vendor/composer/platform_check.php +0 -25
- package/out/backend/_core/vendor/graham-campbell/result-type/CHANGELOG.md +0 -53
- package/out/backend/_core/vendor/graham-campbell/result-type/LICENSE +0 -21
- package/out/backend/_core/vendor/graham-campbell/result-type/README.md +0 -42
- package/out/backend/_core/vendor/graham-campbell/result-type/composer.json +0 -33
- package/out/backend/_core/vendor/graham-campbell/result-type/phpunit.xml.dist +0 -13
- package/out/backend/_core/vendor/graham-campbell/result-type/src/Error.php +0 -121
- package/out/backend/_core/vendor/graham-campbell/result-type/src/Result.php +0 -69
- package/out/backend/_core/vendor/graham-campbell/result-type/src/Success.php +0 -120
- package/out/backend/_core/vendor/graham-campbell/result-type/tests/ResultTest.php +0 -95
- package/out/backend/_core/vendor/phpoption/phpoption/LICENSE +0 -201
- package/out/backend/_core/vendor/phpoption/phpoption/Makefile +0 -17
- package/out/backend/_core/vendor/phpoption/phpoption/README.md +0 -201
- package/out/backend/_core/vendor/phpoption/phpoption/composer.json +0 -50
- package/out/backend/_core/vendor/phpoption/phpoption/phpstan-baseline.neon +0 -44
- package/out/backend/_core/vendor/phpoption/phpoption/phpstan.neon.dist +0 -7
- package/out/backend/_core/vendor/phpoption/phpoption/phpunit.xml.dist +0 -13
- package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +0 -175
- package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/None.php +0 -136
- package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Option.php +0 -434
- package/out/backend/_core/vendor/phpoption/phpoption/src/PhpOption/Some.php +0 -169
- package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/EnsureTest.php +0 -72
- package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/LazyOptionTest.php +0 -357
- package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php +0 -153
- package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/OptionTest.php +0 -166
- package/out/backend/_core/vendor/phpoption/phpoption/tests/PhpOption/Tests/SomeTest.php +0 -194
- package/out/backend/_core/vendor/phpoption/phpoption/tests/bootstrap.php +0 -8
- package/out/backend/_core/vendor/phpoption/phpoption/vendor-bin/phpstan/composer.json +0 -8
- package/out/backend/_core/vendor/symfony/polyfill-ctype/Ctype.php +0 -232
- package/out/backend/_core/vendor/symfony/polyfill-ctype/LICENSE +0 -19
- package/out/backend/_core/vendor/symfony/polyfill-ctype/README.md +0 -12
- package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap.php +0 -50
- package/out/backend/_core/vendor/symfony/polyfill-ctype/bootstrap80.php +0 -46
- package/out/backend/_core/vendor/symfony/polyfill-ctype/composer.json +0 -38
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/LICENSE +0 -19
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/Mbstring.php +0 -1077
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/README.md +0 -13
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +0 -119
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +0 -1397
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +0 -5
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +0 -1489
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap.php +0 -171
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/bootstrap80.php +0 -167
- package/out/backend/_core/vendor/symfony/polyfill-mbstring/composer.json +0 -39
- package/out/backend/_core/vendor/symfony/polyfill-php80/LICENSE +0 -19
- package/out/backend/_core/vendor/symfony/polyfill-php80/Php80.php +0 -115
- package/out/backend/_core/vendor/symfony/polyfill-php80/PhpToken.php +0 -106
- package/out/backend/_core/vendor/symfony/polyfill-php80/README.md +0 -25
- package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +0 -31
- package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +0 -16
- package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +0 -20
- package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +0 -16
- package/out/backend/_core/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +0 -16
- package/out/backend/_core/vendor/symfony/polyfill-php80/bootstrap.php +0 -42
- package/out/backend/_core/vendor/symfony/polyfill-php80/composer.json +0 -37
- package/out/backend/_core/vendor/vlucas/phpdotenv/.editorconfig +0 -15
- package/out/backend/_core/vendor/vlucas/phpdotenv/LICENSE +0 -30
- package/out/backend/_core/vendor/vlucas/phpdotenv/Makefile +0 -17
- package/out/backend/_core/vendor/vlucas/phpdotenv/README.md +0 -370
- package/out/backend/_core/vendor/vlucas/phpdotenv/UPGRADING.md +0 -196
- package/out/backend/_core/vendor/vlucas/phpdotenv/composer.json +0 -60
- package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan-baseline.neon +0 -157
- package/out/backend/_core/vendor/vlucas/phpdotenv/phpstan.neon.dist +0 -7
- package/out/backend/_core/vendor/vlucas/phpdotenv/phpunit.xml.dist +0 -13
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Dotenv.php +0 -267
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +0 -12
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php +0 -12
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php +0 -12
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php +0 -12
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php +0 -12
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Loader.php +0 -48
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +0 -20
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +0 -65
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Entry.php +0 -59
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +0 -299
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +0 -58
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Lines.php +0 -127
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Parser.php +0 -53
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +0 -19
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Parser/Value.php +0 -88
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +0 -15
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +0 -89
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +0 -80
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +0 -88
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +0 -85
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +0 -110
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +0 -48
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +0 -64
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +0 -91
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +0 -17
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +0 -104
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +0 -88
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +0 -27
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php +0 -107
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +0 -272
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +0 -51
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Paths.php +0 -44
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/File/Reader.php +0 -81
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/FileStore.php +0 -72
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +0 -141
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +0 -17
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Store/StringStore.php +0 -37
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Regex.php +0 -112
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Util/Str.php +0 -108
- package/out/backend/_core/vendor/vlucas/phpdotenv/src/Validator.php +0 -207
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/DotenvTest.php +0 -387
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Loader/LoaderTest.php +0 -86
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/EntryParserTest.php +0 -234
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LexerTest.php +0 -40
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/LinesTest.php +0 -53
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Parser/ParserTest.php +0 -98
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ArrayAdapterTest.php +0 -57
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/EnvConstAdapterTest.php +0 -75
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/PutenvAdapterTest.php +0 -52
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/Adapter/ServerConstAdapterTest.php +0 -75
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php +0 -305
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Store/StoreTest.php +0 -141
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/ValidatorTest.php +0 -479
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/.env +0 -5
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/assertions.env +0 -18
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/booleans.env +0 -33
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/commented.env +0 -15
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/empty.env +0 -1
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/example.env +0 -1
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/exported.env +0 -7
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/immutable.env +0 -1
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/integers.env +0 -17
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/large.env +0 -2
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multibyte.env +0 -3
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiline.env +0 -14
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/multiple.env +0 -4
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/mutable.env +0 -1
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/nested.env +0 -15
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/quoted.env +0 -11
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/specialchars.env +0 -8
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/unicodevarnames.env +0 -2
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/utf8-with-bom-encoding.env +0 -3
- package/out/backend/_core/vendor/vlucas/phpdotenv/tests/fixtures/env/windows.env +0 -1
- package/out/backend/_core/vendor/vlucas/phpdotenv/vendor-bin/phpstan/composer.json +0 -15
- package/out/backend/api/protected/example-protected.php +0 -17
- package/out/backend/api/public/example-public.php +0 -17
- package/out/backend/database/Database.php +0 -24
- package/out/backend/database/migrations/create_example_db.sql +0 -1
- package/out/backend/web.config +0 -17
- package/out/css/fonts/bootstrap-icons.woff +0 -0
- package/out/css/fonts/bootstrap-icons.woff2 +0 -0
- package/out/css/github-markdown-dark.css +0 -1124
- package/out/css/github-markdown-light.css +0 -1124
- package/out/css/pages/404.css +0 -21517
- package/out/css/pages/homepage.css +0 -21508
- package/out/data/site.json +0 -44
- package/out/index.html +0 -1147
- package/out/js/bootstrap.bundle.min.js +0 -7
- package/out/js/pages/js/pages/404.js +0 -6
- package/out/js/pages/js/pages/homepage.js +0 -6
- package/out/js/pages/ts/pages/404.js +0 -6
- package/out/js/pages/ts/pages/homepage.js +0 -6
- package/out/llms.txt +0 -14
- package/out/robots.txt +0 -4
- package/out/sitemap.xml +0 -15
- package/out/web.config +0 -27
- package/src/backend/.htaccess +0 -7
- package/src/backend/_core/composer.json +0 -5
- package/src/backend/_core/composer.lock +0 -492
- package/src/backend/_core/index.php +0 -148
- package/src/backend/_core/init.php +0 -34
- package/src/backend/_core/modules/RateLimiter.php +0 -31
- package/src/backend/_core/modules/Response.php +0 -49
- package/src/backend/api/protected/example-protected.php +0 -17
- package/src/backend/api/public/example-public.php +0 -17
- package/src/backend/database/Database.php +0 -24
- package/src/backend/database/migrations/create_example_db.sql +0 -1
- package/src/backend/web.config +0 -17
- package/src/frontend/.htaccess +0 -16
- package/src/frontend/404.njk +0 -17
- package/src/frontend/assets/brand/favicon.svg +0 -37
- package/src/frontend/assets/brand/logo.svg +0 -37
- package/src/frontend/components/global/footer.njk +0 -27
- package/src/frontend/components/global/header.njk +0 -11
- package/src/frontend/components/welcome.njk +0 -251
- package/src/frontend/data/site.json +0 -44
- package/src/frontend/index.njk +0 -9
- package/src/frontend/js/modules/exampleModule.js +0 -3
- package/src/frontend/js/pages/404.js +0 -7
- package/src/frontend/js/pages/homepage.js +0 -7
- package/src/frontend/layouts/base.njk +0 -137
- package/src/frontend/layouts/pageComponents.njk +0 -14
- package/src/frontend/llms.njk +0 -18
- package/src/frontend/robots.njk +0 -8
- package/src/frontend/scss/modules/_animations.scss +0 -25
- package/src/frontend/scss/modules/_buttons.scss +0 -24
- package/src/frontend/scss/modules/_footer.scss +0 -32
- package/src/frontend/scss/modules/_global.scss +0 -46
- package/src/frontend/scss/modules/_header.scss +0 -33
- package/src/frontend/scss/modules/_mobile.scss +0 -30
- package/src/frontend/scss/modules/_notification.scss +0 -56
- package/src/frontend/scss/modules/_root.scss +0 -35
- package/src/frontend/scss/modules/_typography.scss +0 -15
- package/src/frontend/scss/modules/frameworks/_bootstrap.scss +0 -110
- package/src/frontend/scss/modules/frameworks/_bulma.scss +0 -109
- package/src/frontend/scss/modules/frameworks/_foundation.scss +0 -139
- package/src/frontend/scss/modules/frameworks/_uikit.scss +0 -110
- package/src/frontend/scss/pages/404.scss +0 -28
- package/src/frontend/scss/pages/homepage.scss +0 -23
- package/src/frontend/sitemap.njk +0 -17
- package/src/frontend/ts/modules/exampleModule.ts +0 -3
- package/src/frontend/ts/pages/404.ts +0 -7
- package/src/frontend/ts/pages/homepage.ts +0 -7
- package/src/frontend/web.config +0 -27
- package/tsconfig.json +0 -25
package/out/backend/_core/vendor/vlucas/phpdotenv/tests/Dotenv/Repository/RepositoryTest.php
DELETED
|
@@ -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
|
-
}
|