-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
3b9ba85
commit 9165752
Showing
8 changed files
with
58 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/vendor/* | ||
/composer.lock |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "victoire-test-suite"] | ||
path = victoire-test-suite | ||
url = git@github.com:Victoire/test-suite.git |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
$victoireTestBundles = [ | ||
new Victoire\Widget\GmapBundle\VictoireWidgetGmapBundle() | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@mink:selenium2 @alice(Page) @reset-schema | ||
Feature: Create a Date widget | ||
|
||
Background: | ||
Given I maximize the window | ||
And I am on homepage | ||
|
||
Scenario: I create a new Gmap widget | ||
When I switch to "layout" mode | ||
Then I should see "New content" | ||
When I select "Google Maps" from the "1" select of "main_content" slot | ||
Then I should see "Widget (Google Maps)" | ||
And I should see "1" quantum |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
parameters: | ||
victoire_widget_gmap.api_key: abc-xxx |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
machine: | ||
timezone: | ||
Europe/Paris | ||
hosts: | ||
fr.victoire.io: 127.0.0.1 | ||
en.victoire.io: 127.0.0.1 | ||
services: | ||
- redis | ||
php: | ||
version: 7.1.0 | ||
|
||
checkout: | ||
post: | ||
- git submodule sync | ||
- git submodule update --init | ||
|
||
dependencies: | ||
override: | ||
- bash victoire-test-suite/dependencies.sh friendsofvictoire/gmap-widget | ||
cache_directories: | ||
- ~/.composer/cache | ||
|
||
test: | ||
override: | ||
- bash victoire-test-suite/circle.sh friendsofvictoire/gmap-widget: | ||
parallel: true | ||
- bash victoire-test-suite/test.sh friendsofvictoire/gmap-widget | ||
|
||
general: | ||
artifacts: | ||
- "fails" |
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
Submodule victoire-test-suite
added at
2f3e4b