Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix copyright + namespace in AddCommandTest
Signed-off-by: Vincent Petry <[email protected]>
  • Loading branch information
PVince81 committed Dec 16, 2020
commit bd1205acbb53b30dd5461b7e08c6cf24cb4c7f46
4 changes: 2 additions & 2 deletions tests/unit/Command/AddCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Robin Appelman <[email protected]>
* @copyright Copyright (c) 2020 Vincent Petry <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
Expand All @@ -21,7 +21,7 @@
*
*/

namespace OCA\Guests\Test\Unit;
namespace OCA\Guests\Test\Command\Unit;

use OCA\Guests\GuestManager;
use OCA\Guests\Command\AddCommand;
Expand Down