예제 #1
0
 public function test_vote_count_should_default_to_zero()
 {
     $this->markTestSkipped('todo');
     $r = self::factory()->response->create();
     $response = new \WeBWorK\Server\Response($r);
     $this->assertSame(0, $response->get_vote_count());
 }