| 1 | <?php  | 
            ||
| 8 | class ThumbnailsManagerTest extends MediaTestCase  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * @var ThumbnailManager  | 
            ||
| 12 | */  | 
            ||
| 13 | private $thumbnailManager;  | 
            ||
| 14 | |||
| 15 | public function setUp()  | 
            ||
| 20 | |||
| 21 | /** @test */  | 
            ||
| 22 | public function it_initialises_empty_array()  | 
            ||
| 26 | |||
| 27 | /** @test */  | 
            ||
| 28 | public function it_can_add_a_thumbnail()  | 
            ||
| 34 | |||
| 35 | /** @test */  | 
            ||
| 36 | public function it_can_find_a_thumbnail()  | 
            ||
| 51 | }  | 
            ||
| 52 |