/unittest

some simple testings with selenium and phpunit and other simple learnings

Primary LanguagePHP

phpunit with selenium and some other simple tests

Prerequisits -phpunit

Installation:

  • clone project
  • cd to rootdirectory of the project
  • run php composer install

Usage:

  • run all tests in folder "test"
    • type: "phpunit" in root directory

If you want to add new testsuites just edit object in phpunit.xml