Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
update site alias tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-gao committed May 10, 2021
1 parent 8a88cef commit e8afd88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/src/Unit/TideSiteAliasTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php


namespace Drupal\Tests\tide_site\Unit;

use Drupal\path_alias\Entity\PathAlias;
use Drupal\Tests\UnitTestCase;

class TideSiteAliasTest extends UnitTestCase {

function testUniquenessOfAlias(){
$mock = $this->getMockBuilder(PathAlias::class);
}
}

0 comments on commit e8afd88

Please sign in to comment.