Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
41107b4c
Unverified
Commit
41107b4c
authored
Apr 05, 2018
by
Grégoire Paris
Committed by
Michael Moravec
Apr 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add symfony tests listener
It is required when using annotations to detect deprecation errors.
parent
74212cbf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
0 deletions
+16
-0
mssql.sql2008r2sp2.sqlsrv.appveyor.xml
tests/appveyor/mssql.sql2008r2sp2.sqlsrv.appveyor.xml
+4
-0
mssql.sql2012sp1.sqlsrv.appveyor.xml
tests/appveyor/mssql.sql2012sp1.sqlsrv.appveyor.xml
+4
-0
mssql.sql2017.pdo_sqlsrv.appveyor.xml
tests/appveyor/mssql.sql2017.pdo_sqlsrv.appveyor.xml
+4
-0
mssql.sql2017.sqlsrv.appveyor.xml
tests/appveyor/mssql.sql2017.sqlsrv.appveyor.xml
+4
-0
No files found.
tests/appveyor/mssql.sql2008r2sp2.sqlsrv.appveyor.xml
View file @
41107b4c
...
@@ -28,6 +28,10 @@
...
@@ -28,6 +28,10 @@
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<listeners>
<listener
class=
"Symfony\Bridge\PhpUnit\SymfonyTestsListener"
/>
</listeners>
<groups>
<groups>
<exclude>
<exclude>
<group>
performance
</group>
<group>
performance
</group>
...
...
tests/appveyor/mssql.sql2012sp1.sqlsrv.appveyor.xml
View file @
41107b4c
...
@@ -28,6 +28,10 @@
...
@@ -28,6 +28,10 @@
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<listeners>
<listener
class=
"Symfony\Bridge\PhpUnit\SymfonyTestsListener"
/>
</listeners>
<groups>
<groups>
<exclude>
<exclude>
<group>
performance
</group>
<group>
performance
</group>
...
...
tests/appveyor/mssql.sql2017.pdo_sqlsrv.appveyor.xml
View file @
41107b4c
...
@@ -28,6 +28,10 @@
...
@@ -28,6 +28,10 @@
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<listeners>
<listener
class=
"Symfony\Bridge\PhpUnit\SymfonyTestsListener"
/>
</listeners>
<groups>
<groups>
<exclude>
<exclude>
<group>
performance
</group>
<group>
performance
</group>
...
...
tests/appveyor/mssql.sql2017.sqlsrv.appveyor.xml
View file @
41107b4c
...
@@ -28,6 +28,10 @@
...
@@ -28,6 +28,10 @@
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<listeners>
<listener
class=
"Symfony\Bridge\PhpUnit\SymfonyTestsListener"
/>
</listeners>
<groups>
<groups>
<exclude>
<exclude>
<group>
performance
</group>
<group>
performance
</group>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment