-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 04a58c7.
- Loading branch information
Showing
22 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Exception; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestAfterExecuteRouteExceptionController | ||
|
@@ -21,7 +21,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestAfterExecuteRouteExceptionController extends AbstractController | ||
class DispatcherTestAfterExecuteRouteExceptionController extends Controller | ||
{ | ||
public function initialize() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestAfterExecuteRouteForwardController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestAfterExecuteRouteForwardController extends AbstractController | ||
class DispatcherTestAfterExecuteRouteForwardController extends Controller | ||
{ | ||
public function initialize() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestBeforeExecuteRouteReturnFalseController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestAfterExecuteRouteReturnFalseController extends AbstractController | ||
class DispatcherTestAfterExecuteRouteReturnFalseController extends Controller | ||
{ | ||
public function initialize() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Exception; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestBeforeExecuteRouteExceptionController | ||
|
@@ -21,7 +21,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestBeforeExecuteRouteExceptionController extends AbstractController | ||
class DispatcherTestBeforeExecuteRouteExceptionController extends Controller | ||
{ | ||
public function initialize() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestBeforeExecuteRouteForwardController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestBeforeExecuteRouteForwardController extends AbstractController | ||
class DispatcherTestBeforeExecuteRouteForwardController extends Controller | ||
{ | ||
public function initialize() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestBeforeExecuteRouteReturnFalseController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestBeforeExecuteRouteReturnFalseController extends AbstractController | ||
class DispatcherTestBeforeExecuteRouteReturnFalseController extends Controller | ||
{ | ||
public function initialize() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Exception; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestDefaultController | ||
|
@@ -21,7 +21,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestDefaultController extends AbstractController | ||
class DispatcherTestDefaultController extends Controller | ||
{ | ||
const RETURN_VALUE_STRING = 'string'; | ||
const RETURN_VALUE_INT = 5; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
// @codingStandardsIgnoreStart | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
// @codingStandardsIgnoreSEnd | ||
|
||
|
@@ -21,7 +21,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestDefaultNoNamespaceController extends AbstractController | ||
class DispatcherTestDefaultNoNamespaceController extends Controller | ||
{ | ||
const RETURN_VALUE_STRING = 'string'; | ||
const RETURN_VALUE_INT = 5; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestDefaultSimpleController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestDefaultSimpleController extends AbstractController | ||
class DispatcherTestDefaultSimpleController extends Controller | ||
{ | ||
public function indexAction() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestDefaultTwoController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestDefaultTwoController extends AbstractController | ||
class DispatcherTestDefaultTwoController extends Controller | ||
{ | ||
public function beforeExecuteRoute() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Exception; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestInitializeExceptionController | ||
|
@@ -21,7 +21,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestInitializeExceptionController extends AbstractController | ||
class DispatcherTestInitializeExceptionController extends Controller | ||
{ | ||
public function beforeExecuteRoute() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestInitializeForwardController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestInitializeForwardController extends AbstractController | ||
class DispatcherTestInitializeForwardController extends Controller | ||
{ | ||
public function beforeExecuteRoute() | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
namespace Phalcon\Test\Integration\Mvc\Dispatcher\Helper; | ||
|
||
use Phalcon\Mvc\Controller\AbstractController; | ||
use Phalcon\Mvc\Controller; | ||
|
||
/** | ||
* \Phalcon\Test\Integration\Mvc\Dispatcher\Helper\DispatcherTestInitializeReturnFalseController | ||
|
@@ -20,7 +20,7 @@ | |
* through the world-wide-web, please send an email to [email protected] | ||
* so that we can send you a copy immediately. | ||
*/ | ||
class DispatcherTestInitializeReturnFalseController extends AbstractController | ||
class DispatcherTestInitializeReturnFalseController extends Controller | ||
{ | ||
public function beforeExecuteRoute() | ||
{ | ||
|