All kinds of cleanup.

This commit is contained in:
James Cole
2014-12-06 21:48:23 +01:00
parent 07610ae8fb
commit 31a0be5bb4
26 changed files with 138 additions and 111 deletions

View File

@@ -8,5 +8,8 @@ class_name: FunctionalTester
modules:
enabled: [Db, Filesystem, FunctionalHelper, Laravel4]
config:
Db:
populate: false
cleanup: false
Laravel4:
environment: 'testing'

View File

@@ -1,4 +1,4 @@
<?php //[STAMP] 53e78415f2bf7c271c646ffe2b3f72b5
<?php //[STAMP] 783e39b9effa232e3a9a3fc0349ec983
// This class was automatically generated by build task
// You should not change it manually as it will be overwritten on next build

View File

@@ -4,4 +4,4 @@ $I->wantTo('register a new account');
$I->amOnPage('/register');
$I->submitForm('#register', ['email' => 'noreply@gmail.com']);
$I->see('Password sent!');
$I->seeInDatabase('users', ['email' => 'noreply@gmail.com']);
$I->seeRecord('users', ['email' => 'noreply@gmail.com']);