36 lines
761 B
YAML
36 lines
761 B
YAML
|
name: DotenvVaultTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: DotenvVault
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
|
||
|
- name: Dotenv
|
||
|
type: class
|
||
|
source: Symfony\Component\Dotenv\Dotenv
|
||
|
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
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
|
||
|
- Symfony\Component\Dotenv\Dotenv
|
||
|
interfaces: []
|