Skip to content

Commit

Permalink
Coverage for cases where an abstract method occurs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 8, 2015
1 parent 617f966 commit dc430d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
use ProxyManager\GeneratorStrategy\EvaluatingGeneratorStrategy;
use ProxyManagerTestAsset\BaseClass;
use ProxyManagerTestAsset\BaseInterface;
use ProxyManagerTestAsset\ClassWithAbstractPublicMethod;
use ProxyManagerTestAsset\ClassWithByRefMagicMethods;
use ProxyManagerTestAsset\ClassWithMagicMethods;
use ProxyManagerTestAsset\ClassWithMixedProperties;
Expand Down Expand Up @@ -96,6 +97,7 @@ public function getTestedImplementations()
[ClassWithMagicMethods::class],
[ClassWithByRefMagicMethods::class],
[ClassWithMixedProperties::class],
[ClassWithAbstractPublicMethod::class],
[BaseInterface::class],
];
}
Expand Down

0 comments on commit dc430d2

Please sign in to comment.