Skip to content

Instantly share code, notes, and snippets.

@JeffreyWay
JeffreyWay / gist:5287312
Last active July 11, 2022 06:09
When you need to make a protected/private property public for testing/inspection.
<?php
# ignore
use \Way\Console\Guardfile;
use Mockery as m;
class GuardfileTest extends \PHPUnit_Framework_TestCase {
public function testCanOverrideDefaultPath()
{