File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 6262 content : "LoadModule php7_module /usr/lib/apache2/modules/libphp7.3.so\n " ,
6363 )
6464 }
65- end
66- context 'on buster with experimental php8.0' do
67- let :params do
68- { php_version : '8.0' }
69- end
7065
71- it { is_expected . to contain_apache__mod ( 'php' ) }
72- it { is_expected . to contain_package ( 'libapache2-mod-php8.0' ) }
73- it {
74- is_expected . to contain_file ( 'php.load' ) . with (
75- content : "LoadModule php_module /usr/lib/apache2/modules/libphp.so\n " ,
76- )
77- }
66+ context 'with experimental php8.0' do
67+ let :params do
68+ { php_version : '8.0' }
69+ end
70+
71+ it { is_expected . to contain_apache__mod ( 'php' ) }
72+ it { is_expected . to contain_package ( 'libapache2-mod-php8.0' ) }
73+ it {
74+ is_expected . to contain_file ( 'php.load' ) . with (
75+ content : "LoadModule php_module /usr/lib/apache2/modules/libphp.so\n " ,
76+ )
77+ }
78+ end
7879 end
7980 when '16.04'
8081 context 'on xenial' do
You can’t perform that action at this time.
0 commit comments