Skip to content

Instantly share code, notes, and snippets.

@rudisimo
Created August 12, 2014 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudisimo/fc88a5a4733f4f539c05 to your computer and use it in GitHub Desktop.
Save rudisimo/fc88a5a4733f4f539c05 to your computer and use it in GitHub Desktop.
<?php
namespace Veo\Model\Service {
use \PHPUnit_Framework_TestCase;
use Veo\Model\Service\searchService;
.
.
.
/**
* Stubs out the date() function
*/
function date() {
return '2014-08-08T10:10:10Z';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment