1 | <?php |
||
14 | class UserSettingsRepositoryTest extends \PHPUnit_Framework_TestCase |
||
15 | { |
||
16 | |||
17 | protected $repository; |
||
18 | protected $fixtureExecutor; |
||
19 | |||
20 | public function setUp() |
||
27 | |||
28 | public function testFindOneByReturnsNullIfNotExists() |
||
33 | |||
34 | public function testFindOneByReturnsSettingsIfExists() |
||
43 | } |
||
44 |