for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Paraunit\Tests\Stub;
class MissingProviderTestStub extends \PHPUnit_Framework_TestCase
{
/**
* @dataProvider missingProvider
*/
public function testWithMissingProvider($values)
$this->assertNotNull($values);
}