We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2df98 commit 6cffca2Copy full SHA for 6cffca2
tests/MandelbrotSetTests/MandelbrotSetRequestTest.php
@@ -5,7 +5,6 @@
5
namespace Mathematicator\MandelbrotSet\Tests;
6
7
8
-use Mathematicator\Integral\IntegralSolver;
9
use Mathematicator\MandelbrotSet\MandelbrotSetRequest;
10
use Tester\Assert;
11
use Tester\TestCase;
@@ -16,10 +15,6 @@ class MandelbrotSetRequestTest extends TestCase
16
15
{
17
18
19
- /**
20
- * @param string $query
21
- * @param string $result
22
- */
23
public function testEntity(): void
24
25
$request = new MandelbrotSetRequest(10, 10);
0 commit comments