Skip to content

Instantly share code, notes, and snippets.

View programmerkev's full-sized avatar

Kevin Mitchell programmerkev

View GitHub Profile
<?php
use User;
class InterviewQuestionTest extends PHPUnit_Framework_TestCase
{
/**
* @covers InterviewQuestion::testMe
*/
public function testReturnsCorrectUser()