コード例 #1
0
ファイル: HashedPasswordTest.php プロジェクト: kfuchs/cribbb
 /** @test */
 public function should_create_from_native()
 {
     $password = HashedPassword::fromNative('qcascasercscdccastyuaacaasciop');
     $this->assertInstanceOf('Cribbb\\Domain\\Model\\Identity\\HashedPassword', $password);
 }