Phue\Test\UserTest::testDelete PHP Method

testDelete() public method

Test: Delete
public testDelete ( )
    public function testDelete()
    {
        $this->mockClient->expects($this->once())->method('sendCommand')->with($this->isInstanceOf('\\Phue\\Command\\DeleteUser'));
        $this->user->delete();
    }