Updated test for Travis CI

This commit is contained in:
Matthew Ross 2017-01-11 20:09:22 -05:00
parent 4ac5a63b6a
commit 005392d106
2 changed files with 1 additions and 3 deletions

View File

@ -330,6 +330,7 @@ class BoardsTest extends PHPUnit_Framework_TestCase {
$tracker->url = 'testing';
$tracker->regex = '';
$tracker->board_id = 1;
$board->name = 'test';
$board->is_active = true;

View File

@ -160,9 +160,6 @@ class UsersTest extends PHPUnit_Framework_TestCase {
$this->assertEquals('error', $response->alerts[0]['type']);
}
/**
* @group single
*/
public function testUpdateUser() {
$this->createUser();