add main file to testing, lots of coverage work to do

This commit is contained in:
John Bintz 2010-02-22 20:36:19 -05:00
parent a3dc3e2174
commit da423df468
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?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() {
}
}

View File

@ -272,4 +272,3 @@ function wdts_header_wrapper($text) {
}
}
?>