Skip to content

Instantly share code, notes, and snippets.

View pavarov's full-sized avatar

Pavel Pivovarov pavarov

View GitHub Profile
@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()
{