Skip to content

Commit

Permalink
[#14213] - Fixing references; removed unecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jul 4, 2019
1 parent 070d355 commit 08657fb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/_data/fixtures/Mvc/View/Engine/Mustache.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Phalcon\Mvc\View\Engine\EngineInterface;
use Phalcon\Mvc\ViewBaseInterface;

class Mustache extends Engine implements EngineInterface
class Mustache extends AbstractEngine implements EngineInterface
{
/**
* The internal Mustache Engine
Expand Down
2 changes: 1 addition & 1 deletion tests/_data/fixtures/Mvc/View/Engine/Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use Twig_Environment;
use Twig_Loader_Filesystem;

class Twig extends Engine implements EngineInterface
class Twig extends AbstractEngine implements EngineInterface
{
protected $twig;

Expand Down
1 change: 0 additions & 1 deletion tests/_data/fixtures/views/partials/footer.volt.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/_data/fixtures/views/partials/header.volt.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/_data/fixtures/views/partials/header2.volt.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/_data/fixtures/views/partials/header3.volt.php

This file was deleted.

0 comments on commit 08657fb

Please sign in to comment.