Merge branch 'master' of https://github.com/snipe/snipe-it
This commit is contained in:
commit
6d828964be
2 changed files with 7 additions and 3 deletions
|
@ -16,10 +16,14 @@ services:
|
||||||
php:
|
php:
|
||||||
- 5.6
|
- 5.6
|
||||||
- 7.0
|
- 7.0
|
||||||
- 7.2
|
- 7.1
|
||||||
- 7.1.4
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 7.3
|
||||||
|
|
||||||
# execute any number of scripts before the test run, custom env's are available as variables
|
# execute any number of scripts before the test run, custom env's are available as variables
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv config-add .github/travis-memory.ini
|
- phpenv config-add .github/travis-memory.ini
|
||||||
|
|
|
@ -43,7 +43,7 @@ class ConsumablesCest
|
||||||
$I->seeElement('.alert-danger');
|
$I->seeElement('.alert-danger');
|
||||||
$I->see('The name must be at least 3 characters', '.alert-msg');
|
$I->see('The name must be at least 3 characters', '.alert-msg');
|
||||||
$I->see('The qty must be at least 0', '.alert-msg');
|
$I->see('The qty must be at least 0', '.alert-msg');
|
||||||
$I->see('The min amt must be at least 1', '.alert-msg');
|
$I->see('The min amt must be at least 0', '.alert-msg');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function passesCorrectValidation(FunctionalTester $I)
|
public function passesCorrectValidation(FunctionalTester $I)
|
||||||
|
|
Loading…
Add table
Reference in a new issue