Cambio en namespace
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace ProVM\Tests\Extension;
|
||||
namespace Tests\Extension;
|
||||
|
||||
trait ObjectHasMethodTrait
|
||||
{
|
||||
@ -7,4 +7,4 @@ trait ObjectHasMethodTrait
|
||||
{
|
||||
$this->assertTrue(method_exists($object, $method), sprintf('The object %s does not have the method %s', get_class($object), $method));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user