holodeck = new Holodeck(); $this->twilio = new Client('ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', 'AUTHTOKEN', null, null, $this->holodeck); } protected function tearDown() { $this->twilio = null; $this->holodeck = null; } public function assertRequest($request) { $this->holodeck->assertRequest($request); $this->assertTrue(true); } }