1
0
Fork 0

include validation tests in separate test group

pull/357/head
Sara Itani 2017-04-10 19:39:25 -07:00
parent 59965448f0
commit 5bd827fa4d
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class ValidationTest extends TestCase
} }
/** /**
* @group validation
* @dataProvider frameworkErrorProvider * @dataProvider frameworkErrorProvider
*/ */
public function testFramworkErrors($testCaseFile, $frameworkName) { public function testFramworkErrors($testCaseFile, $frameworkName) {
@ -80,6 +81,7 @@ class ValidationTest extends TestCase
} }
/** /**
* @group validation
* @dataProvider frameworkErrorProvider * @dataProvider frameworkErrorProvider
*/ */
public function testDefinitionErrors($testCaseFile, $frameworkName) { public function testDefinitionErrors($testCaseFile, $frameworkName) {