Sample test

This commit is contained in:
2018-12-19 21:06:37 +00:00
parent b282d3f851
commit 0976e17030
5 changed files with 75 additions and 31 deletions

14
.idea/php-test-framework.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpTestFrameworkVersionCache">
<tools_cache>
<tool tool_name="PHPUnit">
<cache>
<versions>
<info id="Local" version="6.5.13" />
</versions>
</cache>
</tool>
</tools_cache>
</component>
</project>

9
.idea/php.xml generated Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpProjectSharedConfiguration" php_language_level="7.1" />
<component name="PhpUnit">
<phpunit_settings>
<PhpUnitSettings load_method="PHPUNIT_PHAR" custom_loader_path="" phpunit_phar_path="$PROJECT_DIR$/../php-7.3.0-Win32-VC15-x64/phpunit-6.5.13.phar" />
</phpunit_settings>
</component>
</project>