<?php
class NoTestCases extends PHPUnit_Framework_TestCase
{
    public function noTestCase()
    {
    }
}
