示例#1
0
文件: ModelTest.php 项目: titon/model
 public function testIsFullyGuarded()
 {
     $profile = new Profile();
     $this->assertFalse($this->object->isFullyGuarded());
     $this->assertTrue($profile->isFullyGuarded());
 }