add main file to testing, lots of coverage work to do
This commit is contained in:
parent
a3dc3e2174
commit
da423df468
|
@ -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() {
|
||||
|
||||
}
|
||||
}
|
|
@ -272,4 +272,3 @@ function wdts_header_wrapper($text) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue