Skip to content

Commit 5d9f87a

Browse files
committed
Release-2.0.1
2 parents 5c60732 + 146ed03 commit 5d9f87a

File tree

64 files changed

+2780
-2416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2780
-2416
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ docs-api export-ignore
5353
# vendor
5454
vendor export-ignore
5555
# scripts
56-
createpack.sh export-ignore
56+
bin export-ignore

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ before_install:
5656
- travis_retry composer self-update
5757
- if [[ $TEST_CHECK == 'false' ]]; then rm $TRAVIS_BUILD_DIR/composer.json ; fi
5858
- if [[ $TEST_CHECK == 'false' ]]; then mv $TRAVIS_BUILD_DIR/composer.php54.json $TRAVIS_BUILD_DIR/composer.json ; fi
59-
- $TRAVIS_BUILD_DIR/codeception-setup.sh
59+
- $TRAVIS_BUILD_DIR/bin/codeception-setup.sh
6060
- sleep 5 # gives enough time to Selenium to start
6161

6262
install:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

LICENSE

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 0 deletions
File renamed without changes.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"se/selenium-server-standalone": "^2.53",
4141
"codeception/codeception": "^2.2",
4242
"joomla-projects/joomla-browser": "v3.6.5.1",
43-
"phpdocumentor/phpdocumentor": "2.9.0"
43+
"phpdocumentor/phpdocumentor": "2.9.0",
44+
"pds/skeleton": "~1.0"
4445
},
4546
"autoload": {
4647
"psr-0": {

composer.phar

171 KB
Binary file not shown.

docs-api/build/classes/sefv2formfactory.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <h3>Response</h3>
234234
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by
235235
<a href="http://glyphicons.com/">Glyphicons</a>.<br/>
236236
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and<br/>
237-
generated on Sat, 28 Jan 2017 00:30:27 -0400.<br/>
237+
generated on Fri, 24 Feb 2017 02:46:31 -0400.<br/>
238238
</footer>
239239
</body>
240240
</html>

0 commit comments

Comments
 (0)