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 fc04aa5 commit 5bebcafCopy full SHA for 5bebcaf
tests/Profiling/ServerMemoryTest.php
@@ -3,7 +3,6 @@
3
namespace Binarcode\LaravelDeveloper\Tests\Profiling;
4
5
use Binarcode\LaravelDeveloper\Profiling\ServerMemory;
6
-use Binarcode\LaravelDeveloper\Profiling\ServerTiming;
7
use Binarcode\LaravelDeveloper\Tests\TestCase;
8
use Illuminate\Support\Collection;
9
@@ -28,7 +27,5 @@ public function test_can_measure_memory()
28
27
1,
29
round($memory->getMemory())
30
);
31
-
32
}
33
34
tests/Profiling/ServerTimingTest.php
@@ -22,7 +22,5 @@ public function test_can_measure_timing()
22
23
(int)$timing->getDuration()
24
25
26
0 commit comments