Skip to content

Commit cdb58be

Browse files
author
Erick Banks
committed
(FM-8393-ekohl) fix acceptance test.
1 parent a0a21d4 commit cdb58be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/acceptance/mod_php_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class { 'apache::mod::php': }
2727
describe file("#{apache_hash['mod_dir']}/php7.0.conf") do
2828
it { is_expected.to contain 'DirectoryIndex index.php' }
2929
end
30+
elsif (os[:family] == 'debian' && os[:release] =~ %r{10})
31+
describe file("#{apache_hash['mod_dir']}/php7.3.conf") do
32+
it { is_expected.to contain 'DirectoryIndex index.php' }
33+
end
3034
elsif os[:family] == 'ubuntu' && os[:release] == '18.04'
3135
describe file("#{apache_hash['mod_dir']}/php7.2.conf") do
3236
it { is_expected.to contain 'DirectoryIndex index.php' }

0 commit comments

Comments
 (0)