Fix tests

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl
2017-03-04 12:33:40 +01:00
committed by Julius Härtl
parent 2b9b22f2f2
commit 56fcb081a4
6 changed files with 464 additions and 7 deletions

View File

@@ -18,6 +18,11 @@ class FeatureContext implements Context {
private $lastInsertIds = array();
/**
* @BeforeSuite
*/
public static function addFilesToSkeleton() {
}
/**
* @When :user requests the deck list
*/