10 lines
187 B
PHP
10 lines
187 B
PHP
<?php
|
|
/* image-transform | https://github.com/jobyone/image-transform | MIT License */
|
|
namespace ByJoby\ImageTransform\tests\units\Sizers;
|
|
|
|
use atoum;
|
|
|
|
class Cover extends atoum
|
|
{
|
|
|
|
}
|