1 | <?php |
||
10 | class BetaTestManagerTest extends \PHPUnit_Framework_TestCase { |
||
11 | protected $manager; |
||
12 | |||
13 | public function setUp() { |
||
16 | |||
17 | public function testGetByProject() { |
||
22 | |||
23 | public function getEntityManagerMock() { |
||
36 | |||
37 | public function getRepositoryMock() { |
||
51 | |||
52 | public function getBetaTestsMock(Project $project) { |
||
66 | } |
||
67 |