Пример #1
0
 /**
  * Tests to make sure that ban() does NOT work when the tournament is active
  * @covers BBTeam::confirm
  */
 public function test_ban_active()
 {
     $this->set_object_with_open_match();
     $this->assertFalse($this->object->ban());
 }