75 lines
1.9 KiB
YAML
75 lines
1.9 KiB
YAML
|
name: DoctrinePostgreSqlRegularIntegrationTest
|
||
|
class_comment: '# * This tests a using Doctrine PostgreSql connection without using
|
||
|
PostgreSqlConnection
|
||
|
|
||
|
# * that gets used when use_notify is enabled.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @requires extension pdo_pgsql
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @group integration'
|
||
|
dependencies:
|
||
|
- name: Configuration
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\Configuration
|
||
|
- name: DriverManager
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\DriverManager
|
||
|
- name: AbstractSchemaManager
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\Schema\AbstractSchemaManager
|
||
|
- name: DefaultSchemaManagerFactory
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\Schema\DefaultSchemaManagerFactory
|
||
|
- name: DsnParser
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\Tools\DsnParser
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: DummyMessage
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Bridge\Doctrine\Tests\Fixtures\DummyMessage
|
||
|
- name: Connection
|
||
|
type: class
|
||
|
source: Symfony\Component\Messenger\Bridge\Doctrine\Transport\Connection
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testSendAndGetWithAutoSetupEnabledAndNotSetupAlready
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSendAndGetWithAutoSetupEnabledAndSetupAlready
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSendAndGetWithSkipLockedEnabled
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createSchemaManager
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Doctrine\DBAL\Configuration
|
||
|
- Doctrine\DBAL\DriverManager
|
||
|
- Doctrine\DBAL\Schema\AbstractSchemaManager
|
||
|
- Doctrine\DBAL\Schema\DefaultSchemaManagerFactory
|
||
|
- Doctrine\DBAL\Tools\DsnParser
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Messenger\Bridge\Doctrine\Tests\Fixtures\DummyMessage
|
||
|
- Symfony\Component\Messenger\Bridge\Doctrine\Transport\Connection
|
||
|
interfaces: []
|