Add the DB group for tests that require the database

This commit is contained in:
Joas Schilling 2016-04-29 09:30:47 +02:00
parent 1f63e8df61
commit a85be14b62
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
2 changed files with 14 additions and 0 deletions

View File

@ -21,6 +21,13 @@
namespace Test\Preview;
/**
* Class Movie
*
* @group DB
*
* @package Test\Preview
*/
class Movie extends Provider {
public function setUp() {

View File

@ -21,6 +21,13 @@
namespace Test\Preview;
/**
* Class Office
*
* @group DB
*
* @package Test\Preview
*/
class Office extends Provider {
public function setUp() {