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

  Coverage
  Classes Functions / Methods Lines
Total
0.00% 0 / 1
0.00% 0 / 1 CRAP
0.00% 0 / 1
Services_Twilio_Rest_AuthorizedConnectApps
0.00% 0 / 1
0.00% 0 / 1 2
0.00% 0 / 1
 create($name, array $params = array()
0.00% 0 / 1 2
0.00% 0 / 1


       1                 : <?php                                                    
       2                 :                                                          
       3                 : class Services_Twilio_Rest_AuthorizedConnectApps         
       4                 :     extends Services_Twilio_ListResource                 
       5                 : {                                                        
       6                 :    public function create($name, array $params = array())
       7                 :     {                                                    
       8               0 :         throw new BadMethodCallException('Not allowed'); 
       9                 :     }                                                    
      10                 : }                                                        

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.