Exclude Selenium and Runkit tests from build.xml
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
cbfbb3adaf
commit
cf040c13ad
@ -7,7 +7,7 @@
|
||||
<property name="env.PHPUNIT_XML" value="phpunit.xml.dist"/>
|
||||
<property name="env.PHPUNIT_XML_NOCOVERAGE" value="phpunit.xml.nocoverage"/>
|
||||
<property name="env.PHPUNIT_XML_HHVM" value="phpunit.xml.hhvm"/>
|
||||
<property name="env.PHPUNIT_ARGS" value=""/>
|
||||
<property name="env.PHPUNIT_ARGS" value="--exclude-group selenium,runkit"/>
|
||||
|
||||
<target name="clean" description="Clean up and create artifact directories">
|
||||
<delete dir="${basedir}/build/api"/>
|
||||
|
||||
@ -55,6 +55,7 @@ class DbiMysqliTest extends PmaTestCase
|
||||
* @return void
|
||||
*
|
||||
* @group medium
|
||||
* @group runkit
|
||||
*/
|
||||
public function testMysqliDBI()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user