Skip to content

Commit

Permalink
fix: namespace of GreetingsTest (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 24, 2021
1 parent 6b51654 commit 41bad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/Api/GreetingsTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Tests\Api\GreetingsTest;
namespace App\Tests\Api;

use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
use App\Entity\Greeting;
Expand Down

0 comments on commit 41bad90

Please sign in to comment.