40 lines
895 B
YAML
40 lines
895 B
YAML
|
name: SodiumVaultTest
|
||
|
class_comment: '# * @requires extension sodium'
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: SodiumVault
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
|
||
|
- name: Filesystem
|
||
|
type: class
|
||
|
source: Symfony\Component\Filesystem\Filesystem
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGenerateKeys
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testEncryptAndDecrypt
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testDerivedSecretEnvVar
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
|
||
|
- Symfony\Component\Filesystem\Filesystem
|
||
|
interfaces: []
|