This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| use Goutte\Client; | |
| class CatalogSignupTest extends PHPUnit_Framework_TestCase | |
| { | |
| public function test_successful_catalog_purchase_where_shipping_and_billing_are_the_same_in_washington() | |
| { | |
| $email = 'rick' . mt_rand() . '@example.com'; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### Laravel ### | |
| /vendor/ | |
| node_modules/ | |
| npm-debug.log | |
| yarn-error.log | |
| # Laravel 4 specific | |
| bootstrap/compiled.php | |
| app/storage/ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | web: vendor/bin/heroku-php-apache2 public/ |