9 lines
119 B
PHP
9 lines
119 B
PHP
<?php
|
|
|
|
require_once('phpunit/Framework.php');
|
|
|
|
class DailyImageWidgetTest extends PHPUnit_Framework_TestCase {
|
|
|
|
}
|
|
|
|
?>
|