Cambio en namespace
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace ProVM\Tests\Extension;
|
||||
namespace Tests\Extension;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
@ -14,4 +14,4 @@ abstract class AbstractPerformance extends TestCase
|
||||
{
|
||||
return microtime(true) - $this->startTime;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user