Skip to content

Instantly share code, notes, and snippets.

@blashbrook
blashbrook / CatalogTeset.php
Created November 18, 2020 19:37 — forked from iCodeForBananas/CatalogTeset.php
example phpunit test with self signed ssl certificate
<?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';
@blashbrook
blashbrook / .gitignore
Created September 29, 2020 17:31
Laravel + PhpStorm .gitignore
### Laravel ###
/vendor/
node_modules/
npm-debug.log
yarn-error.log
# Laravel 4 specific
bootstrap/compiled.php
app/storage/
@blashbrook
blashbrook / Procfile
Created September 26, 2020 06:53 — forked from sdrew/Procfile
Laravel configs for Heroku/Dokku
web: vendor/bin/heroku-php-apache2 public/