Skip to content

Commit c153b1a

Browse files
committed
4.1.17
1 parent b171a7c commit c153b1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG-4.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 4.1.17
2+
3+
* Fix `codecept run suite` when suite name matches directory (bug introduced in 4.1.16)
4+
* `codecept run tests` is equivalent to `codecept run`
5+
* `codecept run :filter` works without specifying suite #6105
6+
* `codecept run tests:filter` works too
7+
18
#### 4.1.16
29

310
* Detect the suite from a test path relative to the current working dir (#6051)

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Codecept
1010
{
1111
use DispatcherWrapper;
1212

13-
const VERSION = '4.1.16';
13+
const VERSION = '4.1.17';
1414

1515
/**
1616
* @var \Codeception\PHPUnit\Runner

0 commit comments

Comments
 (0)