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 e21c4a1 commit 6bc9b2bCopy full SHA for 6bc9b2b
src/php/integration/fake_supply_before_php_test.go
@@ -27,7 +27,7 @@ var _ = Describe("running supply buildpacks before the php buildpack", func() {
27
"https://github.com/cloudfoundry/dotnet-core-buildpack#develop",
28
"php_buildpack",
29
}
30
- app.Disk = "1G"
+ app.Disk = "2G"
31
})
32
33
It("finds the supplied dependency in the runtime container", func() {
0 commit comments