Skip to content

Commit

Permalink
fix: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Mar 30, 2024
1 parent 7fb2b05 commit 1edc531
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/phpMyFAQ/RelationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
namespace phpMyFAQ;

use phpMyFAQ\Configuration\DatabaseConfiguration;
use phpMyFAQ\Database\Sqlite3;
use phpMyFAQ\Search\SearchFactory;
use PHPUnit\Framework\MockObject\Exception;
use PHPUnit\Framework\TestCase;
use stdClass;

class RelationTest extends TestCase
{
/**
* @throws Exception
* @throws \Exception
*/
public function testGetAllRelatedByQuestion(): void
Expand Down

0 comments on commit 1edc531

Please sign in to comment.