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