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 315d0f5 commit e1f8146Copy full SHA for e1f8146
test/Ferret/FerretTest.php
@@ -44,7 +44,9 @@ public function testSetDetector()
44
{
45
$stub = $this->getMock("Ferret\Detector\DetectorInterface");
46
47
- $this->assertTrue($this->object->setDetector($stub));
+ $this->object->setDetector($stub);
48
+
49
+ $this->assertEquals($stub, $this->readAttribute($this->object, 'detector'));
50
}
51
52
/**
0 commit comments