Auth0\Tests\UsersTest::afterUpdate PHP Method

afterUpdate() protected method

protected afterUpdate ( $entity )
    protected function afterUpdate($entity)
    {
        $this->assertEquals($this->email . '[email protected]', $entity['email']);
    }