mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
Update AopAspectTest.php
This commit is contained in:
parent
9aab46d238
commit
ee5a69df6c
@ -107,7 +107,7 @@ class AopAspectTest extends TestCase
|
||||
$this->assertFalse($res->shouldRewrite('test3'));
|
||||
}
|
||||
|
||||
public function testMatchClassPreg()
|
||||
public function testMatchClassPattern()
|
||||
{
|
||||
$aspect = 'App\Aspect\DebugAspect';
|
||||
|
||||
@ -122,7 +122,7 @@ class AopAspectTest extends TestCase
|
||||
$this->assertTrue($res->shouldRewrite('test1'));
|
||||
}
|
||||
|
||||
public function testMatchMethodPreg()
|
||||
public function testMatchMethodPattern()
|
||||
{
|
||||
$aspect = 'App\Aspect\DebugAspect';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user