Add the DB group for tests that require the database
This commit is contained in:
parent
1f63e8df61
commit
a85be14b62
2 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
|||
|
||||
namespace Test\Preview;
|
||||
|
||||
/**
|
||||
* Class Movie
|
||||
*
|
||||
* @group DB
|
||||
*
|
||||
* @package Test\Preview
|
||||
*/
|
||||
class Movie extends Provider {
|
||||
|
||||
public function setUp() {
|
||||
|
|
|
@ -21,6 +21,13 @@
|
|||
|
||||
namespace Test\Preview;
|
||||
|
||||
/**
|
||||
* Class Office
|
||||
*
|
||||
* @group DB
|
||||
*
|
||||
* @package Test\Preview
|
||||
*/
|
||||
class Office extends Provider {
|
||||
|
||||
public function setUp() {
|
||||
|
|
Loading…
Reference in a new issue