for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Tests\Form;
/**
* @package DemoProjectTests
*/
class MainTestCase extends \PHPUnit_Framework_TestCase {
protected function getDemoDataDirectoryPath() {
return __DIR__ . '/../demo-data/';
}