Skip to content

Commit

Permalink
fixup! revert: Augment the category menu by system tags and already u…
Browse files Browse the repository at this point in the history
…sed categories
  • Loading branch information
miaulalala committed Sep 28, 2023
1 parent 1da9bfb commit fb655ed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/php/unit/Controller/ViewControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,6 @@ public function testIndex(): void {
->method('getAllAppointmentConfigurations')
->with($this->userId)
->willReturn([new AppointmentConfig()]);
$this->categoriesService->expects(self::once())
->method('getCategories')
->with('user123')
->willReturn([
[
'group' => 'Test',
'options' => [
'label' => 'hawaii',
'value' => 'pizza',
],
],
]);
$this->initialStateService->expects(self::exactly(21))
->method('provideInitialState')
->withConsecutive(
Expand Down

0 comments on commit fb655ed

Please sign in to comment.