summaryrefslogtreecommitdiffstats
path: root/tests/cases/models/PhotoTest.php
blob: 6c7cc783a83132f98e1feebbbb0ece060a8d9460 (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\Photo;

class PhotoTest extends \lithium\test\Unit {

	public function setUp() {}

	public function tearDown() {}


}

?>