public function setUp()
 {
     parent::setUp();
     $this->former->framework('TwitterBootstrap3');
     $this->former->horizontal_open()->__toString();
 }
Example #2
0
 public function setUp()
 {
     parent::setUp();
     $this->former->framework('ZurbFoundation');
 }
Example #3
0
 public function setUp()
 {
     parent::setUp();
     $this->former->framework('Nude');
 }
Example #4
0
 public function setUp()
 {
     parent::setUp();
     $this->former->framework('TwitterBootstrap');
 }
Example #5
0
 public function setUp()
 {
     parent::setUp();
     $this->former->framework('ZurbFoundation4');
     $this->former->horizontal_open()->__toString();
 }