| 1 | <?php |
||
| 16 | class ClearableTraitTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Collection |
||
| 20 | */ |
||
| 21 | private $collection; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function setUp() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Test emptying collection |
||
| 35 | * |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | public function testClear() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Test collection empty method |
||
| 48 | * |
||
| 49 | * @return void |
||
| 50 | */ |
||
| 51 | public function testIsEmpty() |
||
| 57 | } |
||
| 58 |