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 8064505 commit a2c891eCopy full SHA for a2c891e
spec/classes/mod/php_spec.rb
@@ -117,8 +117,8 @@
117
{ php_version: '8.0' }
118
end
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") }
+ it { is_expected.to contain_apache__mod('php') }
+ it { is_expected.to contain_file('php.load').with(content: "LoadModule php_module modules/libphp.so\n") }
122
123
elsif facts[:os]['release']['major'].to_i >= 9
124
it { is_expected.to contain_apache__mod('php') }
0 commit comments