1 | <?php |
||
22 | { |
||
23 | public function testGetTitle() |
||
33 | |||
34 | public function testIsActive() |
||
44 | |||
45 | /** |
||
46 | * @expectedException InvalidArgumentException |
||
47 | */ |
||
48 | public function testShortCardTitle() |
||
55 | |||
56 | public function testUniqueCardSlug() |
||
57 | { |
||
58 | // Create a card |
||
59 | $card1 = $this->card([ |
||
60 | 'title' => 'Card one', |
||
61 | ]); |
||
62 | |||
72 |