File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22
33namespace Bavix \Wallet \Test ;
44
5+ use Bavix \Wallet \Interfaces \Mathable ;
56use Bavix \Wallet \Interfaces \Rateable ;
7+ use Bavix \Wallet \Interfaces \Storable ;
68use Bavix \Wallet \Objects \Bring ;
79use Bavix \Wallet \Objects \Cart ;
810use Bavix \Wallet \Objects \EmptyLock ;
@@ -68,6 +70,22 @@ public function testRateable(): void
6870 $ this ->assertEquals ($ this ->getRefId (Rateable::class), $ this ->getRefId (Rateable::class));
6971 }
7072
73+ /**
74+ * @return void
75+ */
76+ public function testStorable (): void
77+ {
78+ $ this ->assertEquals ($ this ->getRefId (Storable::class), $ this ->getRefId (Storable::class));
79+ }
80+
81+ /**
82+ * @return void
83+ */
84+ public function testMathable (): void
85+ {
86+ $ this ->assertEquals ($ this ->getRefId (Mathable::class), $ this ->getRefId (Mathable::class));
87+ }
88+
7189 /**
7290 * @return void
7391 */
You can’t perform that action at this time.
0 commit comments