Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 23, 2019
1 parent 055240c commit dcc550d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/class/fixtures/plugin/FixturePlugin/FixturePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
class FixturePlugin extends SC_Plugin_Base
{
public function loadClassFileChange(&$classname, &$classpath) {
var_dump($classpath);

if ($classname === "SC_Customer_Ex") {
$classpath = "FixturePlugin/Fixture_SC_Customer.php";
$classname = "Fixture_SC_Customer";
Expand Down

0 comments on commit dcc550d

Please sign in to comment.