Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
core-1652 fixed namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomon committed Aug 3, 2017
1 parent 4041a72 commit e9a38ba
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 208 deletions.
33 changes: 18 additions & 15 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
namespace: PyzTest
actor: Tester

include:
- tests/PyzTest/Yves/Application
- tests/PyzTest/Yves/Assets
- tests/PyzTest/Yves/Availability
- tests/PyzTest/Yves/Checkout
- tests/PyzTest/Yves/Customer
- tests/PyzTest/Yves/Newsletter
- tests/PyzTest/Zed/Calculation
- tests/PyzTest/Zed/CmsGui
- tests/PyzTest/Zed/Console
- tests/PyzTest/Zed/NavigationGui
- tests/PyzTest/Zed/Product
- tests/PyzTest/Zed/ProductOption
- tests/PyzTest/Zed/ProductRelation
- tests/PyzTest/Zed/Tax
- tests/PyzTest/Zed/Touch
- tests/PyzTest/*/*
# - tests/PyzTest/Yves/Application
# - tests/PyzTest/Yves/Assets
# - tests/PyzTest/Yves/Availability
# - tests/PyzTest/Yves/Checkout
# - tests/PyzTest/Yves/Customer
# - tests/PyzTest/Yves/Newsletter
# - tests/PyzTest/Zed/Calculation
# - tests/PyzTest/Zed/CmsGui
# - tests/PyzTest/Zed/Console
# - tests/PyzTest/Zed/NavigationGui
# - tests/PyzTest/Zed/Product
# - tests/PyzTest/Zed/ProductOption
# - tests/PyzTest/Zed/ProductRelation
# - tests/PyzTest/Zed/Tax
# - tests/PyzTest/Zed/Touch
# - vendor/spryker/spryker/Bundles/*/*

paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerAddressesPage;
Expand All @@ -16,7 +16,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerAddressCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerAddressesPage;
Expand All @@ -16,7 +16,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerAddressesCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerLoginPage;
Expand All @@ -17,7 +17,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerLoginCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerLoginPage;
Expand All @@ -17,7 +17,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerLogoutCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use Codeception\Util\Stub;
use PyzTest\Yves\Customer\CustomerPresentationTester;
Expand All @@ -18,7 +18,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerNewsletterCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerAddressesPage;
Expand All @@ -19,7 +19,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerOverviewCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerProfilePage;
Expand All @@ -15,7 +15,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerProfileCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* For full license information, please view the LICENSE file that was distributed with this source code.
*/

namespace PyzTest\Yves\Customer\Yves;
namespace PyzTest\Yves\Customer\Presentation;

use PyzTest\Yves\Customer\CustomerPresentationTester;
use PyzTest\Yves\Customer\PageObject\CustomerOverviewPage;
Expand All @@ -16,7 +16,7 @@
* @group PyzTest
* @group Yves
* @group Customer
* @group Yves
* @group Presentation
* @group CustomerRegistrationCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Use of this software requires Presentation of the Evaluation License Agreement. See LICENSE file.
*/

namespace PyzTest\Yves\Newsletter\Yves;
namespace PyzTest\Yves\Newsletter\Presentation;

use Generated\Shared\DataBuilder\CustomerBuilder;
use PyzTest\Yves\Application\PageObject\Homepage;
Expand All @@ -19,7 +19,7 @@
* @group PyzTest
* @group Yves
* @group Newsletter
* @group Yves
* @group Presentation
* @group NewsletterSubscriptionCest
* Add your own group annotations below this line
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace PyzTest\Zed\CmsGui;
namespace PyzTest\Zed\CmsGui\Presentation;

use PyzTest\Zed\CmsGui\CmsGuiPresentationTester;
use PyzTest\Zed\CmsGui\PageObject\CmsCreateGlossaryPage;
use PyzTest\Zed\CmsGui\PageObject\CmsCreatePage;
use PyzTest\Zed\CmsGui\PageObject\CmsEditPage;
Expand All @@ -15,6 +16,7 @@
* @group PyzTest
* @group Zed
* @group CmsGui
* @group Presentation
* @group CmsGuiCreatePageCest
* Add your own group annotations below this line
*/
Expand Down
6 changes: 4 additions & 2 deletions tests/PyzTest/Zed/CmsGui/Presentation/CmsGuiPageListCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
* Use of this software requires acceptance of the Evaluation License Agreement. See LICENSE file.
*/

namespace PyzTest\Zed\CmsGui\Acceptance;
namespace PyzTest\Zed\CmsGui\Presentation;

;

use PyzTest\Zed\CmsGui\CmsGuiPresentationTester;
use PyzTest\Zed\CmsGui\PageObject\CmsListPage;
Expand All @@ -14,7 +16,7 @@
* @group PyzTest
* @group Zed
* @group CmsGui
* @group Acceptance
* @group Presentation
* @group CmsGuiPageListCest
* Add your own group annotations below this line
*/
Expand Down
Loading

0 comments on commit e9a38ba

Please sign in to comment.