Skip to content

Commit

Permalink
Move include of Unit_Test2 to allow for different impls!
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Aug 8, 2010
1 parent 836ed24 commit bde83fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions test/functions.php
@@ -1,7 +1,5 @@
<?php

require_once 'unit_test/unit_test2.php';

class SimplePie_Unit_Test2_Group extends Unit_Test2_Group
{
function pre()
Expand Down
1 change: 1 addition & 0 deletions test/test.php
Expand Up @@ -135,6 +135,7 @@ function fnLoadPngs() {
<?php

require_once '../simplepie.class.php';
require_once 'unit_test/unit_test2.php';
require_once 'functions.php';

$tests = array(
Expand Down

0 comments on commit bde83fa

Please sign in to comment.