for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Chris Hilsdon <[email protected]>
*/
namespace Xigen\Tests;
abstract class XigenUnit extends \PHPUnit_Framework_TestCase
{
public function loadTestCSR()
return file_get_contents('certificate/test.csr');
}