Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created May 3, 2015 18:09
Show Gist options
  • Save damianoporta/b0b064079485f1232cd4 to your computer and use it in GitHub Desktop.
Save damianoporta/b0b064079485f1232cd4 to your computer and use it in GitHub Desktop.
<?php
$text = $this->getMockBuilder('\Cake\Utility\Text')
->getMock();
$text->method('uuid')
->willReturn('ciao');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment