コード例 #1
0
ファイル: UserTest.php プロジェクト: perburn/kanboard
 public function testCount()
 {
     $u = new User($this->container);
     $this->assertNotFalse($u->create(array('username' => 'user1')));
     $this->assertEquals(2, $u->count());
 }