diff --git a/.gitignore b/.gitignore index a725465..c4c8070 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -vendor/ \ No newline at end of file +vendor/ +.phpunit.result.cache +.php-cs-fixer.cache \ No newline at end of file diff --git a/.idea/HDK-Core.iml b/.idea/HDK-Core.iml index 56b900d..8e68431 100644 --- a/.idea/HDK-Core.iml +++ b/.idea/HDK-Core.iml @@ -4,7 +4,7 @@ - + @@ -131,6 +131,17 @@ + + + + + + + + + + + diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index aa8a5bb..3dcef58 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,5 +2,6 @@ \ No newline at end of file diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml new file mode 100644 index 0000000..7c50033 --- /dev/null +++ b/.idea/php-test-framework.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 966e066..89f0f94 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -4,11 +4,20 @@