Skip to content

Commit 6cffca2

Browse files
committed
Removed unused class
1 parent 7e2df98 commit 6cffca2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/MandelbrotSetTests/MandelbrotSetRequestTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Mathematicator\MandelbrotSet\Tests;
66

77

8-
use Mathematicator\Integral\IntegralSolver;
98
use Mathematicator\MandelbrotSet\MandelbrotSetRequest;
109
use Tester\Assert;
1110
use Tester\TestCase;
@@ -16,10 +15,6 @@ class MandelbrotSetRequestTest extends TestCase
1615
{
1716

1817

19-
/**
20-
* @param string $query
21-
* @param string $result
22-
*/
2318
public function testEntity(): void
2419
{
2520
$request = new MandelbrotSetRequest(10, 10);

0 commit comments

Comments
 (0)