12 lines
243 B
PHP
12 lines
243 B
PHP
<?php
|
|
|
|
require_once('PHPUnit/Framework.php');
|
|
require_once('MockPress/mockpress.php');
|
|
require_once(dirname(__FILE__) . '/../what-did-they-say.php');
|
|
|
|
class WhatDidTheySayTest extends PHPUnit_Framework_TestCase {
|
|
function testBlank() {
|
|
|
|
}
|
|
}
|