public function ProfilerTest::testFindWorksWithTimestamps in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php \Symfony\Component\HttpKernel\Tests\Profiler\ProfilerTest::testFindWorksWithTimestamps()
File
- vendor/
symfony/ http-kernel/ Tests/ Profiler/ ProfilerTest.php, line 48
Class
Namespace
Symfony\Component\HttpKernel\Tests\ProfilerCode
public function testFindWorksWithTimestamps() {
$profiler = new Profiler($this->storage);
$this
->assertCount(0, $profiler
->find(null, null, null, null, '1396828800', '1397001600'));
}