示例#1
0
 public function testCanSetUserObject()
 {
     require_once __DIR__ . '/fields-test/TestUser.php';
     $user = new \DewdropTest\TestUser();
     $this->fields->setUser($user);
     $this->assertInstanceOf('Dewdrop\\Fields\\UserInterface', $this->fields->getUser());
 }