PLoginoff / test-insider

test for insider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requirements

  • php 7.2+
  • pdo_sqlite
  • composer
  • symfony (optional)

install and run

  • composer install
  • bin/console doctrine:database:create
  • bin/console doctrine:schema:create
  • bin/console doctrine:fixtures:load -n
  • symfony serve and go to http://127.0.0.1:8000
  • or php -S localhost:8000 -t public/ if you don't have symfony
  • and bin/phpunit

About

test for insider


Languages

Language:PHP 90.0%Language:HTML 10.0%