-
Notifications
You must be signed in to change notification settings - Fork 8
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
5 changed files
with
28 additions
and
32 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
src/Behat/YiiExtension/Context/Initializer/YiiAwareInitializer.php
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,20 +1,20 @@ | ||
<?php | ||
|
||
namespace Behat\YiiExtension\Context\Initializer; | ||
|
||
use Behat\Behat\Context\Initializer\InitializerInterface, | ||
Behat\Behat\Context\ContextInterface; | ||
|
||
use Behat\YiiExtension\Context\YiiAwareContextInterface; | ||
|
||
/* | ||
* This file is part of the Behat\YiiExtension. | ||
* This file is part of the Behat\YiiExtension | ||
* | ||
* (c) Konstantin Kudryashov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* This source file is subject to the MIT license that is bundled | ||
* with this source code in the file LICENSE. | ||
*/ | ||
|
||
namespace Behat\YiiExtension\Context\Initializer; | ||
|
||
use Behat\Behat\Context\Initializer\InitializerInterface; | ||
use Behat\Behat\Context\ContextInterface; | ||
use Behat\YiiExtension\Context\YiiAwareContextInterface; | ||
|
||
/** | ||
* Yii aware contexts initializer. | ||
* Sets Yii web app instance to the YiiAware contexts. | ||
|
11 changes: 6 additions & 5 deletions
11
src/Behat/YiiExtension/Context/YiiAwareContextInterface.php
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,15 +1,16 @@ | ||
<?php | ||
|
||
namespace Behat\YiiExtension\Context; | ||
|
||
/* | ||
* This file is part of the Behat\YiiExtension. | ||
* This file is part of the Behat\YiiExtension | ||
* | ||
* (c) Konstantin Kudryashov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
* This source file is subject to the MIT license that is bundled | ||
* with this source code in the file LICENSE. | ||
*/ | ||
|
||
namespace Behat\YiiExtension\Context; | ||
|
||
/** | ||
* Yii aware interface for contexts. | ||
* | ||
|
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