Start tests on the forked repository

Sitole
Member | 39
+
0
-

Hi there,
i want add any feature on Nette Forms and i want implement it into main repository.
I read https://doc.nette.org/…ibuting/code and tutorial point to point.
My first step was fork repository and clone to my PC. After that i create new branch and start tests.
I opened command line (Windows) and start "composer install". This command download all dependencies and exacute without any errors.
After that i run tester with following command "vendor\bin\tester -c .tests\php-win.ini". Screenshot of command exacute: http://img.djpw.cz/pmh.png. I repeat "composer install" on repisotry root directory and after that the "composer update", but exacute of tester is same. I dont know what is bad.

Sorry for my bad english. :-)

Felix
Nette Core | 1186
+
0
-

Hi @Sitole.

I've done some tests and all system are working.

  1. git clone https://github.com/nette/forms.git.
  2. composer install
  3. vendor/bin/tester tests -s
Sitole
Member | 39
+
0
-

Hi @Felix.
Thanks for your answer but it's my failure. I was start testing on projet folder and not in the projet/tests. Now everyone tests works. Soon I found out.