CC-5651: Unit Test the Scheduler
This commit is contained in:
parent
c14640c81e
commit
56a2c37c11
1 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
require_once "../application/configs/conf.php";
|
||||
require_once "Schedule.php";
|
||||
|
||||
class ScheduleUnitTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testCheckOverlappingShows()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue