示例#1
0
 public function testCountOptions()
 {
     $command = new RbacController('test', 'test');
     expect_that(is_array($command->options()));
     expect(count($command->options()))->equals(1);
 }