diff options
Diffstat (limited to 'Twilio/Tests/HolodeckTestCase.php')
-rw-r--r-- | Twilio/Tests/HolodeckTestCase.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Twilio/Tests/HolodeckTestCase.php b/Twilio/Tests/HolodeckTestCase.php index 6aff19f..20bebd5 100644 --- a/Twilio/Tests/HolodeckTestCase.php +++ b/Twilio/Tests/HolodeckTestCase.php @@ -22,4 +22,9 @@ class HolodeckTestCase extends PHPUnit_Framework_TestCase $this->twilio = null; $this->holodeck = null; } + + public function assertRequest($request) { + $this->holodeck->assertRequest($request); + $this->assertTrue(true); + } }
\ No newline at end of file |