mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
All kinds of cleanup.
This commit is contained in:
@@ -8,5 +8,8 @@ class_name: FunctionalTester
|
||||
modules:
|
||||
enabled: [Db, Filesystem, FunctionalHelper, Laravel4]
|
||||
config:
|
||||
Db:
|
||||
populate: false
|
||||
cleanup: false
|
||||
Laravel4:
|
||||
environment: 'testing'
|
@@ -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
|
||||
|
@@ -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']);
|
Reference in New Issue
Block a user