File tree 5 files changed +31
-2
lines changed
tests/Feature/UI/ItemActions
5 files changed +31
-2
lines changed Original file line number Diff line number Diff line change
1
+ * text =auto eol =lf
2
+
3
+ * .blade.php diff =html
4
+ * .css diff =css
5
+ * .html diff =html
6
+ * .md diff =markdown
7
+ * .php diff =php
8
+
9
+ /.github export-ignore
10
+ /build export-ignore
11
+ /tests export-ignore
12
+ /CHANGELOG.md export-ignore
13
+ /CODE_OF_CONDUCT.md export-ignore
14
+ /CONTRIBUTING.md export-ignore
15
+ /phpstan.neon.dist export-ignore
16
+ /phpstan-baseline.neon export-ignore
17
+ /phpunit.xml.dist export-ignore
18
+ /pint.json export-ignore
19
+ /rector.php export-ignore
20
+ /Roadmap.md export-ignore
Original file line number Diff line number Diff line change 1
1
# Release Notes for 1.x
2
2
3
+ ## [ 1.4.1 (2023-12-15)] ( https://github.com/Jampire/moonshine-impersonate/compare/v1.4.0...v1.4.1 )
4
+
5
+ ### Adds
6
+
7
+ - Locked to MoonShine v1.x ([ #24 ] ( https://github.com/Jampire/moonshine-impersonate/pull/24 ) )
8
+
3
9
## [ 1.4.0 (2023-06-03)] ( https://github.com/Jampire/moonshine-impersonate/compare/v1.3.0...v1.4.0 )
4
10
5
11
### Adds
Original file line number Diff line number Diff line change 52
52
}
53
53
},
54
54
"conflict" : {
55
- "moonshine/moonshine" : " <1.58.0"
55
+ "moonshine/moonshine" : " <1.58.0 || >= 2 "
56
56
},
57
57
"scripts" : {
58
58
"post-autoload-dump" : [
Original file line number Diff line number Diff line change 24
24
<include >
25
25
<directory suffix =" .php" >./src</directory >
26
26
</include >
27
+ <exclude >
28
+ <file >src/Support/helpers.php</file >
29
+ </exclude >
27
30
<report >
28
31
<clover outputFile =" ./build/coverage/log/coverage.xml" />
29
32
<html outputDirectory =" ./build/coverage/html" lowUpperBound =" 35" highLowerBound =" 80" />
Original file line number Diff line number Diff line change 54
54
55
55
$ itemAction = EnterImpersonationItemAction::make ()->resolve ()->withConfirm ();
56
56
57
- expect ($ itemAction ->confirmation ())
57
+ expect ($ itemAction ->isConfirmed ())
58
58
->toBeTrue ()
59
59
;
60
60
});
You can’t perform that action at this time.
0 commit comments