Updated test for Travis CI
This commit is contained in:
parent
4ac5a63b6a
commit
005392d106
@ -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;
|
||||
|
@ -160,9 +160,6 @@ class UsersTest extends PHPUnit_Framework_TestCase {
|
||||
$this->assertEquals('error', $response->alerts[0]['type']);
|
||||
}
|
||||
|
||||
/**
|
||||
* @group single
|
||||
*/
|
||||
public function testUpdateUser() {
|
||||
$this->createUser();
|
||||
|
||||
|
Reference in New Issue
Block a user