Skip to content

Commit ef797a1

Browse files
committed
chore: remove import that did not exist
1 parent e54f22a commit ef797a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
45

56
jobs:
67
tests:

src/Codeception/Module/AbstractAsserts.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ abstract class AbstractAsserts extends Module
9595
assertMatchesRegularExpression as public;
9696
assertNan as public;
9797
assertNotContains as public;
98-
assertNotContainsEquals as public;
9998
assertNotContainsOnly as public;
10099
assertNotCount as public;
101100
assertNotEmpty as public;

0 commit comments

Comments
 (0)