Skip to content

Instantly share code, notes, and snippets.

View mbniebergall's full-sized avatar

Mark Niebergall mbniebergall

  • Highland, Utah, USA
View GitHub Profile
@mbniebergall
mbniebergall / BddGherkinBehatSetup.md
Created January 29, 2020 19:04
SunshinePHP BDD API Tests with Gherkin and Behat Tutorial Setup

Tutorial: BDD API Tests with Gherkin and Behat

This tutorial will include live coding! We will cover the concepts, do live coding as a class, and finally break out into groups writing behavioral tests with Behat and Gherkin.

Please bring a laptop with the following so you can participate in the live coding excersize:

  1. Have PHP 7 installed
  2. Clone the initial repository using git clone https://github.com/mbniebergall/bdd.git.
  3. Install the packages using composer within the bdd project directory by running composer install.
  4. Run a local PHP web server within the bdd directory using php -S 0.0.0.0:8088 -t public/.
@mbniebergall
mbniebergall / Testing PHP Core.txt
Created February 10, 2018 18:42
Testing PHP Core
TestFest
videos use Ubuntu
vm with git
----
vagrant ssh