Skip to content

Instantly share code, notes, and snippets.

@avalanche123
Created May 16, 2011 23:17
Show Gist options
  • Save avalanche123/975577 to your computer and use it in GitHub Desktop.
Save avalanche123/975577 to your computer and use it in GitHub Desktop.
<?php
$this->user2->expects($this->once())
->method('getSalt')
->will($this->returnValue(true))
;
$this->assertTrue($this->user2->getSalt());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment