| 1 | <?php |
||
| 7 | class CommentFormTest extends PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var array |
||
| 11 | */ |
||
| 12 | protected $formStrings = [ |
||
| 13 | 'author' => 'author', |
||
| 14 | 'contact' => 'contact', |
||
| 15 | 'content' => 'content', |
||
| 16 | 'submit' => 'submit', |
||
| 17 | ]; |
||
| 18 | |||
| 19 | public function testFormConstructorCreatesAllItems() |
||
| 32 | |||
| 33 | public function testFormAttributesAreSet() |
||
| 40 | } |
||
| 41 |