mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
fix tests
This commit is contained in:
committed by
Jaap van Otterdijk
parent
5e1bad3628
commit
b2e816c8ad
@@ -263,6 +263,8 @@ DOCBLOCK
|
||||
|
||||
$tagFactoryMock->shouldReceive('create')->with(m::any(), $context)->andReturn(new Param('param'));
|
||||
$docblock = $fixture->create('/** @param MyType $param */', $context);
|
||||
|
||||
$this->assertInstanceOf(DocBlock::class, $docblock);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user