silverstripe-framework/tests/php/Core/Manifest/fixtures/configmanifest/mysite/_config/variablerules.yml

71 lines
1.5 KiB
YAML
Raw Normal View History

---
Only:
ENVORCONSTANTMATCHESVALUE_FOO: Foo
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
FooIsFoo: Yes
---
Only:
ENVORCONSTANTMATCHESVALUE_FOO: Qux
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
FooIsQux: Yes
---
Only:
ENVORCONSTANTMATCHESVALUE_BAR: Bar
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
BarIsBar: Yes
---
Only:
ENVORCONSTANTMATCHESVALUE_BAR: Qux
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
BarIsQux: Yes
---
Only:
ENVORCONSTANTMATCHESVALUE_Baz: Baz
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
BazIsBaz: Yes
---
Except:
ENVORCONSTANTMATCHESVALUE_FOO: Foo
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
FooIsFoo: No
---
Except:
ENVORCONSTANTMATCHESVALUE_FOO: Qux
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
FooIsQux: No
---
Except:
ENVORCONSTANTMATCHESVALUE_BAR: Bar
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
BarIsBar: No
---
Except:
ENVORCONSTANTMATCHESVALUE_BAR: Qux
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
BarIsQux: No
---
Except:
ENVORCONSTANTMATCHESVALUE_Baz: Baz
---
SilverStripe\Core\Tests\Manifest\ConfigManifestTest:
EnvOrConstantMatchesValue:
BazIsBaz: No