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 @@
<directory>./tests/Doctrine/Tests/DBAL</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>performance</group>
</exclude>
</groups>
</phpunit>
\ No newline at end of file
......@@ -9,6 +9,7 @@ use Doctrine\Tests\DbalPerformanceTestCase;
* Class TypeConversionPerformanceTest
* @package Doctrine\Tests\DBAL\Performance
* @author Bill Schaller
* @group performance
*/
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