| 1 | <?php |
||
| 11 | class MethodTest extends \PHPUnit_Framework_TestCase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var Carrier |
||
| 15 | */ |
||
| 16 | protected $carrier; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @inheritdoc |
||
| 20 | */ |
||
| 21 | protected function setUp() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Test that all codes returned are 37 characters or shorter |
||
| 28 | * We're trying to keep carrer_method under 40 |
||
| 29 | */ |
||
| 30 | public function testGetCode() |
||
| 44 | } |
||
| 45 |