Skip to content

Commit

Permalink
Merge pull request #7733 from kenjis/feat-Factories-define
Browse files Browse the repository at this point in the history
feat: add Factories::define() to explicitly override a class
  • Loading branch information
kenjis authored Jul 29, 2023
2 parents b6f9a82 + 89d6f37 commit 5695e7a
Show file tree
Hide file tree
Showing 12 changed files with 438 additions and 88 deletions.
6 changes: 4 additions & 2 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<file src="system/Cache/Handlers/MemcachedHandler.php">
<UndefinedClass>
<code>Memcache</code>
Expand Down Expand Up @@ -104,7 +104,9 @@
</file>
<file src="tests/system/Config/FactoriesTest.php">
<UndefinedClass>
<code><![CDATA['SomeWidget']]></code>
<code><![CDATA['App\Models\UserModel']]></code>
<code><![CDATA['App\Models\UserModel']]></code>
<code><![CDATA['Config\TestRegistrar']]></code>
</UndefinedClass>
</file>
<file src="tests/system/Database/BaseConnectionTest.php">
Expand Down
Loading

0 comments on commit 5695e7a

Please sign in to comment.