Commit d73e63c8 authored by Bill Schaller's avatar Bill Schaller

Add exclusion for performance group to phpunit.xml.dist

parent 02089786
...@@ -48,4 +48,10 @@ ...@@ -48,4 +48,10 @@
<directory>./tests/Doctrine/Tests/DBAL</directory> <directory>./tests/Doctrine/Tests/DBAL</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<groups>
<exclude>
<group>performance</group>
</exclude>
</groups>
</phpunit> </phpunit>
\ No newline at end of file
...@@ -9,6 +9,7 @@ use Doctrine\Tests\DbalPerformanceTestCase; ...@@ -9,6 +9,7 @@ use Doctrine\Tests\DbalPerformanceTestCase;
* Class TypeConversionPerformanceTest * Class TypeConversionPerformanceTest
* @package Doctrine\Tests\DBAL\Performance * @package Doctrine\Tests\DBAL\Performance
* @author Bill Schaller * @author Bill Schaller
* @group performance
*/ */
class TypeConversionPerformanceTest extends DbalPerformanceTestCase class TypeConversionPerformanceTest extends DbalPerformanceTestCase
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment