Fix tests

Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
Julius Haertl
2017-04-29 12:36:38 +02:00
committed by Julius Härtl
parent 2b9b22f2f2
commit 56fcb081a4
6 changed files with 464 additions and 7 deletions
@@ -18,6 +18,11 @@ class FeatureContext implements Context {
private $lastInsertIds = array();
/**
* @BeforeSuite
*/
public static function addFilesToSkeleton() {
}
/**
* @When :user requests the deck list
*/