Example #1
0
 public function testClone()
 {
     $clone = clone $this->forge;
     $this->assertNotSame($clone, $this->forge);
     $this->assertNotSame($clone->getConfig(), $this->forge->getConfig());
 }