コード例 #1
0
ファイル: UserTest.php プロジェクト: AntonyAntonio/phpback
 public function testFlagComment()
 {
     Scripts::LoginUser('*****@*****.**', 'Gates123');
     Scripts::FlagComment();
     $newflag = RedBean::load('flags', 1);
     $this->assertEquals($newflag->toflagid, '1');
     $this->assertEquals($newflag->userid, '4');
 }