This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: MailMate [61064] | |
Path: /Applications/MailMate.app/Contents/MacOS/MailMate | |
Identifier: com.freron.MailMate | |
Version: 1.13.2 (5673) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: MailMate [61064] | |
User ID: 501 | |
Date/Time: 2020-12-22 20:21:53.097 -0800 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Task { | |
protected $taskId; | |
protected $coroutine; | |
protected $sendValue = null; | |
protected $beforeFirstYield = true; | |
public function __construct($taskId, Generator $coroutine) { | |
$this->taskId = $taskId; | |
$this->coroutine = $coroutine; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public function testResetPasswordPostRequestSaveFails() { | |
$UserEntity = $this | |
->getMockBuilder('\App\Model\Entity\User') | |
->getMock(); | |
$UsersTable = $this | |
->getMockBuilder('\App\Model\Table\UsersTable') | |
->setMethods([ | |
'clearExpiredPasswordResetCodes', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$collection = $itemCollection | |
->map(new EnsureIsItem()); | |
class EnsureIsItem { | |
/** | |
* Construct a new instance of the class. | |
*/ | |
public function __construct() { | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Test\Fixture; | |
use Cake\TestSuite\Fixture\TestFixture; | |
/** | |
* GenericJoinsFixture | |
* | |
*/ | |
class GenericJoinsFixture extends TestFixture |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"errors": { | |
"is_composite": "Is Composite? must be true or false.", | |
"pit_bin_location_slug": "Pit Bin Location Slug must not be empty.", | |
"analysis_customers": [ | |
{ | |
"sales_order": "Sales Order must not be empty." | |
}, | |
{}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
App::uses('AppModel', 'Model'); | |
/** | |
* Blog Model | |
* | |
*/ | |
class Blog extends AppModel { | |
public $actsAs = array( | |
'Sitemap.Sitemap' => array( | |
// options for the Sitemap Behavior |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
App::uses('AppModel', 'Model'); | |
/** | |
* Blog Model | |
* | |
*/ | |
class Blog extends AppModel { | |
public $actsAs = array( | |
'Sitemap.Sitemap' => array( | |
// options for the Sitemap Behavior |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
App::uses('AppModel', 'Model'); | |
/** | |
* Blog Model | |
* | |
*/ | |
class Blog extends AppModel { | |
public $actsAs = array( | |
'Sitemap.Sitemap' => array( | |
// options for the Sitemap Behavior |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO global: Vagrant version: 1.5.0 | |
INFO global: Ruby version: 2.0.0 | |
INFO global: RubyGems version: 2.0.14 | |
INFO global: VAGRANT_EXECUTABLE="/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.5.0/bin/vagrant" | |
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/Applications/Vagrant/bin/../embedded" | |
INFO global: VAGRANT_INSTALLER_VERSION="2" | |
INFO global: VAGRANT_DETECTED_OS="Darwin" | |
INFO global: VAGRANT_INSTALLER_ENV="1" | |
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" | |
INFO global: VAGRANT_LOG="debug" |
NewerOlder