Skip to content

Commit

Permalink
Merge branch 'unstable-2' of github.com:maxfilatov/phpuaca into unsta…
Browse files Browse the repository at this point in the history
…ble-2
  • Loading branch information
maxfilatov committed Mar 6, 2016
2 parents 1b971f6 + d67be2c commit 7510751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/phpuaca/filter/FilterFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ private FilterFactory() {
.add(new FilterConfigItem("PHPUnit_Framework_TestCase", "getMockForAbstractClass", 7, MockBuilderFilter.class))
.add(new FilterConfigItem("PHPUnit_Framework_TestCase", "getMockForTrait", 7, MockBuilderFilter.class))
.add(new FilterConfigItem("PHPUnit_Framework_MockObject_Builder_InvocationMocker", "method", 1, InvocationMockerFilter.class))
.add(new FilterConfigItem("PHPUnit_Framework_MockObject_MockObject", "method", 1, InvocationMockerFilter.class))
.add(new FilterConfigItem("MethodMock", "resetMethodCalledStack", 2, MethodMockFilter.class))
.add(new FilterConfigItem("MethodMock", "getCalledArgs", 2, MethodMockFilter.class))
.add(new FilterConfigItem("MethodMock", "isMethodCalled", 2, MethodMockFilter.class))
Expand Down

0 comments on commit 7510751

Please sign in to comment.