summaryrefslogtreecommitdiffstats
path: root/tests/cases/models/ProfileTest.php
blob: 946ea8e3614db171a1602db53f440af39554d48e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace app\tests\cases\models;

use app\models\Profile;

class ProfileTest extends \lithium\test\Unit {

	public function setUp() {}

	public function tearDown() {}


}

?>