ZF2 Module
+Maintainer
+Gintautas Miselis
+ +naktibalda
diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 000000000..cb5ec02d0 --- /dev/null +++ b/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_JOBS: "16" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 000000000..fc8539063 --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,51 @@ +# This is a basic workflow to help you get started with Actions + +name: Auto-publish website + +# Controls when the workflow will run +on: + schedule: + - cron: "0 * * * *" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v4 + with: + token: ${{ secrets.GH_PAT }} + + - name: authorize + run: | + git config --local user.email "${GITHUB_ACTOR}@bots.github.com" + git config --local user.name "github-actions[bot]" + + - name: Setup PHP + uses: shivammathur/setup-php@v2 + env: + COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + php-version: 8.2 + + - name: Install dependencies + run: composer install --prefer-dist --no-progress + + - name: Build docs + run: ./vendor/bin/robo build:docs + + - name: Build changelog + run: ./vendor/bin/robo changelog + env: + GH_PAT: ${{ secrets.GH_PAT }} + + - name: Publish docs + run: ./vendor/bin/robo publish + diff --git a/.gitignore b/.gitignore index 75100cf41..e954f2dc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ _site/ +/.idea .jekyll-metadata +/build +/composer.lock +Gemfile.lock +/docs/modules/AbstractAsserts.md +/docs/modules/Phalcon.md +/docs/modules/Phalcon4.md +/package/composer.lock +/package/vendor +/vendor +.jekyll-cache diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..753bece1d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: ruby +cache: bundler + +script: + - bundle exec jekyll algolia push +rvm: + - 2.2 \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 000000000..bedf43174 --- /dev/null +++ b/404.html @@ -0,0 +1,14 @@ +--- +layout: bootstrap +title: Page Not Found +permalink: /404.html +--- + +
Sorry – the page you're looking for doesn't exist.
+Perhaps you typed the URL incorrectly, or it may have moved.
+ +
+
diff --git a/_includes/comment.html b/_includes/comment.html
index 18adad61e..0b52c8748 100644
--- a/_includes/comment.html
+++ b/_includes/comment.html
@@ -1,8 +1,7 @@
-
-
\ No newline at end of file
+
diff --git a/_includes/companies.html b/_includes/companies.html
new file mode 100644
index 000000000..2b796003c
--- /dev/null
+++ b/_includes/companies.html
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/doc_1.8.html b/_includes/doc_1.8.html
deleted file mode 100644
index 69ce923b9..000000000
--- a/_includes/doc_1.8.html
+++ /dev/null
@@ -1 +0,0 @@
-
+ Codeception collects and shares best practices and solutions for testing PHP web applications. With a
+ flexible
+ set of included modules tests are easy to write, easy to use and easy to maintain.
+
sudo curl -LsS https://codeception.com/php80/codecept.phar -o /usr/local/bin/codecept
+ sudo chmod a+x /usr/local/bin/codecept
+
+ Execute it as
+ codecept
++A couple of weeks ago we migrated from Zend + Framework 1 to Symfony 3 and all the functional tests kept working. We basically only needed to replace the + ZF1 + module with the Symfony module. Thanks @codeception + for your awesome work there! +
— + Matthias Noback (@matthiasnoback) + January 29, 2019 +
+++ I remember tearing hair out for half a day trying to write a unit test asserting that a route renders a + certain view. + @codeception = 5 min. +
— + Michael Sullivan (@regularmike) + April 7, 2016 +
++Two years ago I decided to make + @codeception + the testing tool of the whole PAYBACK Global web dev. It was + the best decision I ever made.
— Lars Frantzen (@frantzencd) + June 2, 2017 +
+++ @codeception + Wow, using pageobject and stepobject with cest test types is awesome. So much flexibility + #testing + #php +
— Mario Bašić (@ShockMario) + December 17, 2015 +
++Spending my life writing tests for + @orderswift + right now. Really impressed with + @codeception + which makes thing a hell of a lot easier. +
— + Rich Martell (@RichMartell) + September 22, 2015 +
++. + @zachwills showing everyone + @codeception + as a great way to do acceptance testing of legacy code. + https://t.co/gWXYbGhbAW + Great tool! + #wctpa +
— + Shawn Hooper (@ShawnHooper) + September 26, 2015 +
++Thank you + @codeception + you just made my life easier + #php + #testing +
— + Rock Lobster (@lorenzoferrara) + August 25, 2015 +
+ Zend Framework 2
+