diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49b19b9200..75e05b2672 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Testing on: pull_request: branches: - - "main" + - "develop" jobs: phpunit: diff --git a/tests/unit/AgendaSingleTest.php b/tests/unit/AgendaSingleTest.php deleted file mode 100644 index be449eeebc..0000000000 --- a/tests/unit/AgendaSingleTest.php +++ /dev/null @@ -1,22 +0,0 @@ -app->repo($class)->findAll(); - foreach ($entities as $entity) { - if ($entity->status > 0) { - $url = $entity->controller->createUrl('agendaSingle', [$entity->id]) . '?from=1900-01-01&to=2020-12-31'; - $this->assertGet200($url, 'agenda single status code 200: ' . $url); - } - } - - } - } - } -} \ No newline at end of file