Skip to content

Commit c4d42bd

Browse files
author
ityaozm@gmail.com
committed
refactor(app/Support): Remove JsonFixer class and associated tests
- Delete the JsonFixer class, which was responsible for fixing JSON formatting. - Remove tests related to invalid JSON datasets and JsonFixer functionality. - Update PHPUnit configuration to exclude the deleted JsonFixer file. - Streamline the codebase by eliminating unnecessary complexity from the JSON handling process.
1 parent 7fda9e6 commit c4d42bd

4 files changed

Lines changed: 0 additions & 563 deletions

File tree

app/Support/JsonFixer.php

Lines changed: 0 additions & 355 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
</include>
2323
<exclude>
2424
<!--<directory>app/Contracts</directory>-->
25-
<file>app/Support/JsonFixer.php</file>
2625
<file>app/Support/helpers.php</file>
2726
<file>app/Mixins/StrMacro.php</file>
2827
</exclude>

0 commit comments

Comments
 (0)