11 lines
215 B
PHP
11 lines
215 B
PHP
<?php
|
|
require_once "../application/configs/conf.php";
|
|
require_once "Schedule.php";
|
|
|
|
class ScheduleUnitTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
public function testCheckOverlappingShows()
|
|
{
|
|
|
|
}
|
|
}
|