aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/elgg_unit_test.php
blob: 79c3d375cbe857e7453a10092c9bf0cf32d46fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

abstract class ElggCoreUnitTest extends UnitTestCase
{
	public function __construct()
	{
		parent::__construct();
	}
	
	public function __destruct()
	{
	}
}