Skip to content

Commit 65d0ab4

Browse files
committed
translate keys to snake_case
1 parent 2f688e4 commit 65d0ab4

File tree

5 files changed

+2057
-565
lines changed

5 files changed

+2057
-565
lines changed

.phpunit.result.cache

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:37:"PHPUnit\Runner\DefaultTestResultCache":593:{a:2:{s:7:"defects";a:0:{}s:5:"times";a:8:{s:56:"STS\Record\Test\RecordTest::it_provides_attribute_access";d:0.002;s:66:"STS\Record\Test\RecordTest::it_returns_null_for_invalid_attributes";d:0;s:44:"STS\Record\Test\RecordTest::it_uses_mutators";d:0;s:60:"STS\Record\Test\RecordTest::it_returns_record_for_sub_arrays";d:0.001;s:52:"STS\Record\Test\RecordTest::it_supports_higher_order";d:0;s:56:"STS\Record\Test\RecordTest::helper_method_returns_record";d:0;s:56:"STS\Record\Test\RecordTest::it_provides_attribute_setter";d:0;s:55:"STS\Record\Test\RecordTest::it_translates_to_camel_case";d:0;}}}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "5.*"
15+
"phpunit/phpunit": "^9.0"
1616
},
1717
"license": "MIT",
1818
"autoload": {

0 commit comments

Comments
 (0)