Started specification skeletons. Everything to be done is now marked as pending.
[pivip.git] / specifications / plugins / Openid / OpenidLoginFormSpec.php
blob5391297f4e1885e4ecbc266b0b395e98910acabb
1 <?php
3 //require_once 'plugins/Openid/AuthenticationController.php';
5 class DescribeOpenidLoginForm extends PHPSpec_Context
7 public function itShouldDisplayALoginFormInTheMenu()
9 $this->pending();
12 public function itShouldDisplayALoginFormInTheMainSection()
14 $this->pending();
17 public function itShouldDisplayALoginFormInTheSidebar()
19 $this->pending();
22 public function itShouldDisplayALoginFormInTheFooter()
24 $this->pending();