Skip to content

Commit 6bf9740

Browse files
committed
fixed some failing tests due to changes in signature
1 parent 378fa25 commit 6bf9740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/Codeception/Module/AssertsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
2-
class AssertsTest extends PHPUnit_Framework_TestCase {
3-
2+
class AssertsTest extends PHPUnit_Framework_TestCase
3+
{
44
public function testAsserts()
55
{
6-
$module = new \Codeception\Module\Asserts;
6+
$module = new \Codeception\Module\Asserts(make_container());
77
$module->assertEquals(1,1);
88
$module->assertContains(1,[1,2]);
99
}

0 commit comments

Comments
 (0)