Use latest fix
This commit is contained in:
parent
92121bb804
commit
0736141e16
3 changed files with 22 additions and 33 deletions
|
|
@ -25,14 +25,10 @@ class AbstractDataTest extends TestCase
|
|||
$this->assertEquals('value2', $imp->get('key2'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException FFMpeg\Exception\InvalidArgumentException
|
||||
*/
|
||||
public function testGetInvalid()
|
||||
public function testGetDefault()
|
||||
{
|
||||
$imp = new Implementation(array('key1' => 'value1', 'key2' => 'value2'));
|
||||
|
||||
$imp->get('key3');
|
||||
$this->assertSame('yololo', $imp->get('key3', 'yololo'));
|
||||
}
|
||||
|
||||
public function testKeys()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue