| 1 | <?php |
||
| 7 | class SubscriptionTest extends \PHPUnit_Framework_TestCase { |
||
| 8 | |||
| 9 | public function testGivenABinaryConfirmationCode_itCanBeConvertedToHex() { |
||
| 14 | |||
| 15 | public function testGivenAHexConfirmationCode_itCanBeConvertedToBinary() { |
||
| 20 | |||
| 21 | public function testSetAndGetSource() { |
||
| 26 | |||
| 27 | public function testIsUnconfirmedReturnsTrueForNewSubscriptions() { |
||
| 30 | |||
| 31 | public function testIsUnconfirmedReturnsFalseForConfirmedSubscriptions() { |
||
| 37 | |||
| 38 | } |
||
| 39 |