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 d009361 commit 66c89d3Copy full SHA for 66c89d3
test/container/test_pie.py
@@ -2,7 +2,7 @@
2
3
@pytest.mark.php_zts
4
@pytest.mark.php_nts
5
-def test_make_works(host):
+def test_pie_works(host):
6
output = host.run('pie')
7
assert u'🥧 PHP Installer for Extensions (PIE) 1.' in output.stdout
8
assert output.stderr == ''
0 commit comments