You are here

public function ProfilerTest::testFindWorksWithDates in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php \Symfony\Component\HttpKernel\Tests\Profiler\ProfilerTest::testFindWorksWithDates()

File

vendor/symfony/http-kernel/Tests/Profiler/ProfilerTest.php, line 41

Class

ProfilerTest

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

public function testFindWorksWithDates() {
  $profiler = new Profiler($this->storage);
  $this
    ->assertCount(0, $profiler
    ->find(null, null, null, null, '7th April 2014', '9th April 2014'));
}