Pantheon\Terminus\UnitTests\Models\SavedTokenTest::testDelete PHP Method

testDelete() public method

public testDelete ( )
    public function testDelete()
    {
        $this->data_store->expects($this->once())->method('remove')->with('[email protected]');
        $this->token->delete();
    }