Another fix for 5.3 syntax (see above)

This commit is contained in:
Michael Lüpkes 2015-02-03 11:32:51 +01:00
parent 644f511df2
commit 4bf6e6d5c4
1 changed files with 2 additions and 1 deletions

View File

@ -403,6 +403,7 @@ class SwimlaneTest extends Base
$this->assertEquals('S2', $swimlanes[1]['name']);
$this->assertEquals(6, $swimlanes[2]['id']);
$this->assertEquals('S3', $swimlanes[2]['name']);
$this->assertEquals('New Default', $s->getDefault(2)['default_swimlane']);
$new_default = $s->getDefault(2);
$this->assertEquals('New Default', $new_default['default_swimlane']);
}
}