We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94c073 commit 78fe494Copy full SHA for 78fe494
build.xml
@@ -77,8 +77,8 @@
77
</target>
78
79
<target name="test">
80
- <exec executable="drush">
81
- <arg line="test-run --xml=${basedir}/build/test 'PHP Lib'" />
+ <exec executable="bash">
+ <arg line='-c "php ../../../../scripts/run-tests.sh --xml ${basedir}/build/test PHP\ Lib"' />
82
</exec>
83
84
build/Doxyfile
@@ -27,6 +27,9 @@ DOXYFILE_ENCODING = UTF-8
27
28
PROJECT_NAME = PHP Lib
29
30
+# Put the git hash here using sed before generating the documentation.
31
+PROJECT_NUMBER =
32
+
33
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
34
# base path where the generated documentation will be put.
35
# If a relative path is entered, it will be relative to the location
0 commit comments