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.
2 parents 2e47afc + 8ae66db commit 3538ac1Copy full SHA for 3538ac1
PHPUnit/Util/Log/VCR.php
@@ -55,6 +55,19 @@ public function __construct(array $options = array())
55
public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
56
{
57
}
58
+
59
+ /**
60
+ * A warning occurred.
61
+ *
62
+ * @param PHPUnit_Framework_Test $test
63
+ * @param PHPUnit_Framework_Warning $e
64
+ * @param float $time
65
66
+ * @since Method available since Release 5.1.0
67
+ */
68
+ public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time)
69
+ {
70
+ }
71
72
/**
73
* A failure occurred.
0 commit comments