Пример #1
0
 public function testDefaultState()
 {
     $this->assertSame($this->request, $this->track->getRequest());
     $this->assertFalse($this->track->hasResponse());
     $this->assertNull($this->track->getResponse());
     $this->assertFalse($this->track->hasException());
     $this->assertNull($this->track->getException());
 }