77 lines
1.9 KiB
YAML
77 lines
1.9 KiB
YAML
|
name: DoctrineIntegrationTest
|
||
|
class_comment: '# * @requires extension pdo_sqlite'
|
||
|
dependencies:
|
||
|
- name: Configuration
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\Configuration
|
||
|
- name: DriverManager
|
||
|
type: class
|
||
|
source: Doctrine\DBAL\DriverManager
|
||
|
- 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: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testConnectionSendAndGet
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSendWithDelay
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSendWithNegativeDelay
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testItRetrieveTheFirstAvailableMessage
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testItCountMessages
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testItRetrieveTheMessageThatIsOlderThanRedeliverTimeout
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testTheTransportIsSetupOnGet
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: formatDateTime
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: dateTime
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Doctrine\DBAL\Configuration
|
||
|
- Doctrine\DBAL\DriverManager
|
||
|
- 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: []
|