File tree 2 files changed +0
-6
lines changed
tests/phpunit/integration/tests/Renderer/Stories
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ public function set_up(): void {
74
74
* @covers ::load_assets
75
75
*/
76
76
public function test_init (): void {
77
-
78
- $ wp_version = get_bloginfo ( 'version ' );
79
77
$ this ->story_query ->method ( 'get_story_attributes ' )->willReturn (
80
78
[
81
79
'view_type ' => 'carousel ' ,
Original file line number Diff line number Diff line change @@ -86,8 +86,6 @@ public function tear_down(): void {
86
86
* @covers ::load_assets
87
87
*/
88
88
public function test_load_assets (): void {
89
-
90
- $ wp_version = get_bloginfo ( 'version ' );
91
89
$ this ->story_query ->method ( 'get_story_attributes ' )->willReturn (
92
90
[
93
91
'class ' => '' ,
@@ -106,8 +104,6 @@ public function test_load_assets(): void {
106
104
* @covers ::render
107
105
*/
108
106
public function test_render (): void {
109
-
110
- $ wp_version = get_bloginfo ( 'version ' );
111
107
$ this ->story_query ->method ( 'get_story_attributes ' )->willReturn (
112
108
[
113
109
'view_type ' => 'grid ' ,
You can’t perform that action at this time.
0 commit comments