Addressbook -> Contacts
parent
59e1efb595
commit
a32e2b4c6f
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Browser\Addressbook;
|
||||
namespace Tests\Browser\Contacts;
|
||||
|
||||
class Addressbook extends \Tests\Browser\DuskTestCase
|
||||
class Contacts extends \Tests\Browser\DuskTestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Browser\Addressbook;
|
||||
namespace Tests\Browser\Contacts;
|
||||
|
||||
class Import extends \Tests\Browser\DuskTestCase
|
||||
{
|
Loading…
Reference in New Issue