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 0a989d2 commit 06c299eCopy full SHA for 06c299e
nbproject/private/private.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
3
- <coverage xmlns="http://www.netbeans.org/ns/code-coverage/1" enabled="false"/>
+ <coverage xmlns="http://www.netbeans.org/ns/code-coverage/1" enabled="true"/>
4
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
5
</project-private>
tests/ConnectionTest.php
@@ -5,7 +5,10 @@
6
class ConnectionTest extends \PHPUnit_Framework_TestCase
7
{
8
-
+
9
+ /**
10
+ * @var int
11
+ */
12
public static $defaultSocketTimeout;
13
14
public static function setUpBeforeClass()
0 commit comments