Made BlogListGenerator PSR-2 conform
This commit is contained in:
parent
0bb2dede4d
commit
89e756819d
5 changed files with 16 additions and 9 deletions
|
@ -1,7 +1,9 @@
|
|||
<?php
|
||||
|
||||
require_once 'PHPUnit/Autoload.php';
|
||||
include 'res/php/BlogListGenerator.php';
|
||||
|
||||
require_once 'res/php/BlogListGenerator.php';
|
||||
use mmk2410\rbe\BlogListGenerator\BlogListGenerator as BlogListGenerator;
|
||||
|
||||
class BlogListGeneratorTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
|
Reference in a new issue