added it_check_if_user_exist_and_return_name_with_avatar, it_check_non_existed_user_and_return_not_found test

This commit is contained in:
Peter Papp
2021-03-14 10:56:50 +01:00
parent 9c3c044623
commit 5778de20f2
6 changed files with 88 additions and 106 deletions
@@ -0,0 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="AuthTest.it_check_non_existed_user_and_return_not_found" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
<CommandLine>
<PhpTestInterpreterSettings>
<option name="interpreterName" value="PHP 7.4" />
</PhpTestInterpreterSettings>
</CommandLine>
<TestRunner class="Tests\Feature\Accounts\AuthTest" configuration_file="$PROJECT_DIR$/phpunit.xml" file="$PROJECT_DIR$/tests/Feature/Accounts/AuthTest.php" method="it_check_non_existed_user_and_return_not_found" scope="Method" />
<method v="2" />
</configuration>
</component>