OutgoingCallerIds.php
Current file: /Users/kevin/code/twilio-php/Services/Twilio/Rest/OutgoingCallerIds.php
Legend: executed not executed dead code

  Coverage
  Classes Functions / Methods Lines
Total
100.00% 1 / 1
100.00% 1 / 1 CRAP
100.00% 3 / 3
Services_Twilio_Rest_OutgoingCallerIds
100.00% 1 / 1
100.00% 1 / 1 1
100.00% 3 / 3
 create($phoneNumber, array $params = array()
100.00% 1 / 1 1
100.00% 3 / 3


       1                 : <?php                                                            
       2                 :                                                                  
       3                 : class Services_Twilio_Rest_OutgoingCallerIds                     
       4                 :     extends Services_Twilio_ListResource                         
       5                 : {                                                                
       6                 :     public function create($phoneNumber, array $params = array())
       7                 :     {                                                            
       8               1 :         return parent::_create(array(                            
       9               1 :             'PhoneNumber' => $phoneNumber,                       
      10               1 :         ) + $params);                                            
      11                 :     }                                                            
      12                 : }                                                                

Generated by PHP_CodeCoverage 1.1.2 using PHP 5.3.13 and PHPUnit 3.6.11 at Mon Jun 4 22:46:14 PDT 2012.