You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
 Source code does not contain any `Craft::dd` statements.
14
+
 Source code does not contain any `var_dump` or `die` statements.
15
+
7
16
## Feature Tests
8
17
9
18
### [Action](Feature/ActionTest.php)
@@ -13,3 +22,23 @@ _Tests the Datastar action helper._
13
22
 Test creating an action containing an array of primitive params.
14
23
 Test creating an action containing an array of options.
15
24
 Test creating an action containing an options string.
25
+
26
+
### [AssetBundle](Feature/AssetBundleTest.php)
27
+
28
+
_Tests the Datastar asset bundle._
29
+
30
+
 Test that the asset bundle uses the correct version.
31
+
32
+
### [Config](Feature/ConfigTest.php)
33
+
34
+
_Tests the Datastar config model._
35
+
36
+
 Test that creating a config model containing the signals variable name throws an exception.
37
+
 Test that creating a config model containing an object param throws an exception.
38
+
39
+
### [Sse](Feature/SseTest.php)
40
+
41
+
_Tests the SSE service._
42
+
43
+
 Test remove elements tag.
44
+
 Test that calling an SSE method when another one is in process throws an exception.
0 commit comments