for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DmTestTest\Controller\Plugin;
use DmTest\Controller\Plugin\MockFactory;
class MockFactoryTest extends \PHPUnit_Framework_TestCase
{
/** @var MockFactory */
protected $sut;
public function setUp()
$this->sut = new MockFactory($this);
}
/**
* @covers DmTest\Controller\Plugin\MockFactory
*/
public function testPluginMockFactory()
$this->markTestIncomplete();
public function testFlashMessengerPluginMockFactory()
public function testResponseMockFactory()
public function testRedirectPluginMockFactory()
public function testRequestPluginMockFactory()
public function testParamsPluginMockFactory()
public function testUrlMockFactory()