Example #1
0
 /**
  * @covers Fabfuel\Prophiler\Decorator\PDO\PDO::__construct
  * @covers Fabfuel\Prophiler\Decorator\PDO\PDO::getProfiler
  * @covers Fabfuel\Prophiler\Decorator\PDO\PDO::setProfiler
  * @covers Fabfuel\Prophiler\Decorator\PDO\PDO::getPdo
  * @covers Fabfuel\Prophiler\Decorator\PDO\PDO::setPdo
  */
 public function testConstruct()
 {
     $this->assertSame($this->profiler, $this->decorator->getProfiler());
     $this->assertSame($this->pdo, $this->decorator->getPdo());
 }