Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $this
  2. ->given($this->newTestedInstance())
  3. ->if($this->function->file_exists = true)
  4. ->then
  5. ->object($this->testedInstance->loadConfigFile())
  6. ->isTestedInstance()
  7.  
  8. ->if($this->function->file_exists = false )
  9. ->then
  10. ->exception(function() { $this->testedInstance->loadConfigFile(); })
  11. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement