ci: Copy the src directory
This commit is contained in:
parent
92f3865ee7
commit
46d1499e9d
2 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,7 @@ final class TalkExtensionTest extends TestCase
|
|||
/** @test */
|
||||
public function it_returns_zero_if_there_are_no_talks(): void
|
||||
{
|
||||
$this->assertSame(0, $this->subject->getPastTalkCount([]));
|
||||
$this->assertSame(0, $this->subject->getPastTalkCount());
|
||||
}
|
||||
|
||||
/** @test */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue