We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6c9f8 commit 8064505Copy full SHA for 8064505
spec/classes/mod/php_spec.rb
@@ -119,7 +119,7 @@
119
120
it { is_expected.to contain_apache__mod('php') }
121
it { is_expected.to contain_file('php.load').with(content: "LoadModule php_module modules/libphp.so\n") }
122
- end
+ end
123
elsif facts[:os]['release']['major'].to_i >= 9
124
125
0 commit comments