Skip to content

Instantly share code, notes, and snippets.

View soren121's full-sized avatar
🌸
Working from home

Nicholas Narsing soren121

🌸
Working from home
View GitHub Profile
<?php
// we're loading the Database TestCase here
require 'PHPUnit' . DIRECTORY_SEPARATOR . 'Extensions' .
DIRECTORY_SEPARATOR . 'Database' . DIRECTORY_SEPARATOR .
'TestCase.php';
class FixtureTestCase extends PHPUnit_Extensions_Database_TestCase {
public $fixtures = array(
'posts',