-
-
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.
- 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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestAfterExecuteRouteExceptionController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestAfterExecuteRouteForwardController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestAfterExecuteRouteReturnFalseController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestBeforeExecuteRouteExceptionController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestBeforeExecuteRouteForwardController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestBeforeExecuteRouteReturnFalseController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestDefaultController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
// @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 Controller | ||
class DispatcherTestDefaultNoNamespaceController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestDefaultSimpleController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestDefaultTwoController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestInitializeExceptionController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestInitializeForwardController extends AbstractController | ||
{ | ||
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; | ||
use Phalcon\Mvc\Controller\AbstractController; | ||
|
||
/** | ||
* \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 Controller | ||
class DispatcherTestInitializeReturnFalseController extends AbstractController | ||
{ | ||
public function beforeExecuteRoute() | ||
{ | ||
|