Skip to content

Commit 06c299e

Browse files
committed
Test suite polishing.
1 parent 0a989d2 commit 06c299e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

nbproject/private/private.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
3-
<coverage xmlns="http://www.netbeans.org/ns/code-coverage/1" enabled="false"/>
3+
<coverage xmlns="http://www.netbeans.org/ns/code-coverage/1" enabled="true"/>
44
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
55
</project-private>

tests/ConnectionTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
class ConnectionTest extends \PHPUnit_Framework_TestCase
77
{
8-
8+
9+
/**
10+
* @var int
11+
*/
912
public static $defaultSocketTimeout;
1013

1114
public static function setUpBeforeClass()

0 commit comments

Comments
 (0)