Skip to content

Instantly share code, notes, and snippets.

@cibrian
cibrian / PhotoApiTest.php
Created May 1, 2017 06:49 — forked from JeffreyWay/PhotoApiTest.php
Testing APIs in Laravel. Thoughts?
<?php
class PhotoApiTest extends TestCase {
public function setUp()
{
parent::setUp();
Route::enableFilters();
@cibrian
cibrian / 0_reuse_code.js
Created March 22, 2016 22:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console