Some tests and a rename.

This commit is contained in:
James Cole
2014-12-30 17:55:46 +01:00
parent 1f0e692ee2
commit 9f92e1b7bd
15 changed files with 150 additions and 45 deletions

View File

@@ -2,6 +2,9 @@
/**
* Class BillControllerCest
*
* @SuppressWarnings("CamelCase")
* @SuppressWarnings("short")
*/
class BillControllerCest
{
@@ -147,6 +150,9 @@ class BillControllerCest
$I->see('Could not store bill');
}
/**
* @param FunctionalTester $I
*/
public function storeRecreate(FunctionalTester $I)
{
$I->wantTo('validate a bill and create another one');