-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from giansalex/wssecurity-password-type
Add Type attribute to password (Security Header)
- Loading branch information
Showing
9 changed files
with
51 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
language: php | ||
|
||
php: | ||
- 5.6 | ||
- 7.1 | ||
git: | ||
depth: 1 | ||
|
||
matrix: | ||
include: | ||
- php: '5.6' | ||
env: | ||
- COVERAGE=true | ||
- php: '7.1' | ||
env: | ||
- RUN_ANALYZER=true | ||
|
||
before_script: | ||
- composer install --prefer-source --no-interaction | ||
|
||
install: | ||
- | | ||
if [ $(phpenv version-name) = "7.1" ]; then | ||
composer require php-coveralls/php-coveralls; | ||
composer require --dev phpstan/phpstan; | ||
fi | ||
- if [ $COVERAGE ]; then composer require php-coveralls/php-coveralls; fi | ||
- if [ $RUN_ANALYZER ]; then composer require --dev phpstan/phpstan; fi | ||
|
||
script: | ||
- mkdir -p build/logs | ||
- | | ||
if [ $(phpenv version-name) = "7.1" ]; then | ||
vendor/bin/phpstan analyse src --level 1 -c phpstan.neon; | ||
fi | ||
- vendor/bin/phpunit --configuration phpunit.xml --coverage-clover build/logs/clover.xml | ||
- if [ $RUN_ANALYZER ]; then vendor/bin/phpstan analyse src --level 1 -c phpstan.neon; fi | ||
- vendor/bin/phpunit --exclude-group manual --coverage-clover build/logs/clover.xml | ||
|
||
after_success: | ||
- | | ||
if [ $(phpenv version-name) = "7.1" ]; then | ||
travis_retry php vendor/bin/php-coveralls -v; | ||
fi | ||
- if [ $COVERAGE ]; then travis_retry php vendor/bin/php-coveralls -v; fi |
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,3 +1,4 @@ | ||
parameters: | ||
ignoreErrors: | ||
- '#Greenter\\Ws\\Header\\WSSESecurityHeader::__construct\(\) does not call parent constructor from SoapHeader.#' | ||
- '#Greenter\\Ws\\Header\\WSSESecurityHeader::__construct\(\) does not call parent constructor from SoapHeader.#' | ||
- '#Call to an undefined static method SoapClient::__construct().#' |
File renamed without changes.
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
Binary file not shown.
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
b45798f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Para usar estos cambios, habrá un nuevo release?
b45798f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hola, se libero la versión 2.2.2