summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-04-08 18:18:37 -0400
committerFrederic Guillot <fred@kanboard.net>2017-04-08 18:18:37 -0400
commita9aed917dd28717696f9f68905338108fb015342 (patch)
tree109d85db59e14f3a79fa27c6418ae605e1df3ef7
parent22cfbd9e563dc8f302f8db972ca1a120a241ade1 (diff)
Update integration tests
-rw-r--r--tests/integration/MeProcedureTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/integration/MeProcedureTest.php b/tests/integration/MeProcedureTest.php
index 2106419c..ed471b1b 100644
--- a/tests/integration/MeProcedureTest.php
+++ b/tests/integration/MeProcedureTest.php
@@ -53,11 +53,7 @@ class MeProcedureTest extends BaseProcedureTest
{
$dashboard = $this->user->getMyDashboard();
$this->assertNotEmpty($dashboard);
- $this->assertArrayHasKey('projects', $dashboard);
- $this->assertArrayHasKey('tasks', $dashboard);
- $this->assertArrayHasKey('subtasks', $dashboard);
- $this->assertNotEmpty($dashboard['projects']);
- $this->assertNotEmpty($dashboard['tasks']);
+ $this->assertEquals('My task', $dashboard[0]['title']);
}
public function assertGetMyActivityStream()