function test_load_if_included()
 {
     $tests = new GroupTest();
     $tests->addFile(dirname(__FILE__) . '/support/test1.php');
     $this->assertEqual($tests->getSize(), 1);
 }