Skip to content

Commit

Permalink
Remove link annotations to test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 14, 2023
1 parent bde996e commit 584b33f
Show file tree
Hide file tree
Showing 74 changed files with 0 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Hyde command to run the build process for the RSS feed.
*
* @see \Hyde\Framework\Testing\Feature\Commands\BuildRssFeedCommandTest
*/
class BuildRssFeedCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Hyde command to run the build process for the documentation search index.
*
* @see \Hyde\Framework\Testing\Feature\Commands\BuildSearchCommandTest
*/
class BuildSearchCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
/**
* Hyde Command to run the Build Process.
*
* @see \Hyde\Framework\Testing\Feature\StaticSiteServiceTest
*/
class BuildSiteCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Hyde command to run the build process for the sitemap.
*
* @see \Hyde\Framework\Testing\Feature\Commands\BuildSitemapCommandTest
*/
class BuildSitemapCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use function realpath;

/**
* @see \Hyde\Framework\Testing\Feature\Commands\ChangeSourceDirectoryCommandTest
*/
class ChangeSourceDirectoryCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/**
* Hyde Command to scaffold a new Markdown or Blade page file.
*
* @see \Hyde\Framework\Testing\Feature\Commands\MakePageCommandTest
*/
class MakePageCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Foundation\PackageManifest;

/**
* @see \Hyde\Framework\Testing\Feature\Commands\PackageDiscoverCommandTest
*/
class PackageDiscoverCommand extends BaseCommand
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/**
* Publish the Hyde Config Files.
*
* @see \Hyde\Framework\Testing\Feature\Commands\UpdateConfigsCommandTest
*/
class PublishConfigsCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
/**
* Publish one of the default homepages.
*
* @see \Hyde\Framework\Testing\Feature\Commands\PublishHomepageCommandTest
*/
class PublishHomepageCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
/**
* Publish the Hyde Blade views.
*
* @see \Hyde\Framework\Testing\Feature\Commands\PublishViewsCommandTest
*/
class PublishViewsCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/**
* Hyde Command to build a single static site file.
*
* @see \Hyde\Framework\Testing\Feature\Commands\RebuildPageCommandTest
*/
class RebuildPageCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/**
* Hyde command to display the list of site routes.
*
* @see \Hyde\Framework\Testing\Feature\Commands\RouteListCommandTest
*/
class RouteListCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use function sprintf;

/**
* @see \Hyde\Framework\Testing\Feature\Commands\ValidateCommandTest
*/
class ValidateCommand extends Command
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/**
* Publish any publishable assets from vendor packages.
*
* @see \Hyde\Framework\Testing\Feature\Commands\VendorPublishCommandTest
*/
class VendorPublishCommand extends BaseCommand
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Console/Concerns/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* A base class for HydeCLI command that adds some extra functionality and output
* helpers to reduce repeated code and to provide a consistent user interface.
*
* @see \Hyde\Framework\Testing\Feature\CommandTest
*/
abstract class Command extends BaseCommand
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Facades/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
*
* @see \Illuminate\Config\Repository
* @see \Illuminate\Support\Facades\Config
* @see \Hyde\Framework\Testing\Feature\TypedConfigFacadeTest
*/
class Config extends \Illuminate\Support\Facades\Config
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Facades/Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
*
* @todo Split facade logic to service/manager class. (Initial and mock data could be set with boot/set methods)
*
* @see \Hyde\Framework\Testing\Feature\ConfigurableFeaturesTest
*
* Based entirely on Laravel Jetstream (License MIT)
* @see https://jetstream.laravel.com/
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Facades/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
* @see \Hyde\Foundation\Kernel\Filesystem
* @see \Illuminate\Filesystem\Filesystem
* @see \Hyde\Framework\Testing\Feature\FilesystemFacadeTest
*/
class Filesystem
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Facades/Meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/**
* Helpers to fluently declare HTML meta elements using their object representations.
*
* @see \Hyde\Framework\Testing\Feature\MetadataHelperTest
*/
class Meta
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Facades/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Facade to quickly get data for the HydePHP site and its configuration.
*
* @see \Hyde\Framework\Testing\Feature\SiteTest
*/
class Site
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
*
* @example `$this->app->make(HydeKernel::class)->registerExtension(MyExtension::class);`
*
* @see \Hyde\Framework\Testing\Feature\HydeExtensionTest
*/
abstract class HydeExtension
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Foundation/HydeCoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use function array_keys;

/**
* @see \Hyde\Framework\Testing\Feature\HydeCoreExtensionTest
*/
class HydeCoreExtension extends HydeExtension
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/**
* @internal
*
* @see \Hyde\Framework\Testing\Feature\YamlConfigurationServiceTest
*/
class LoadYamlConfiguration
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Foundation/Kernel/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
* All paths arguments are relative to the root of the application,
* and will be automatically resolved to absolute paths.
*
* @see \Hyde\Framework\Testing\Feature\Foundation\FilesystemTest
*/
class Filesystem
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Foundation/Kernel/Hyperlinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
*
* It's bound to the HydeKernel instance, and is an integral part of the framework.
*
* @see \Hyde\Framework\Testing\Feature\Foundation\HyperlinksTest
*/
class Hyperlinks
{
Expand Down
1 change: 0 additions & 1 deletion packages/framework/src/Foundation/PharSupport.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
*
* @internal
*
* @see \Hyde\Framework\Testing\Feature\PharSupportTest
*/
class PharSupport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
* Accepts a string to make it easier to mock when testing.
*
* @see \Hyde\Framework\Testing\Feature\BladeMatterParserTest
*
* @phpstan-consistent-constructor
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/**
* Convert an array into YAML Front Matter.
*
* @see \Hyde\Framework\Testing\Feature\ConvertsArrayToFrontMatterTest
*/
class ConvertsArrayToFrontMatter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
/**
* Converts Markdown to plain text.
*
* @see \Hyde\Framework\Testing\Feature\Actions\ConvertsMarkdownToPlainTextTest
*/
class ConvertsMarkdownToPlainText
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/**
* Scaffold a new Markdown, Blade, or documentation page.
*
* @see \Hyde\Framework\Testing\Feature\Actions\CreatesNewPageSourceFileTest
*/
class CreatesNewPageSourceFile
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
/**
* @internal Generate a JSON file that can be used as a search index for documentation pages.
*
* @see \Hyde\Framework\Testing\Feature\Services\DocumentationSearchServiceTest
*/
class GeneratesDocumentationSearchIndex
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
/**
* Generates a table of contents for the Markdown document, most commonly used for the sidebar.
*
* @see \Hyde\Framework\Testing\Feature\Actions\GeneratesSidebarTableOfContentsTest
*/
class GeneratesTableOfContents
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* Prepares a Markdown file for further usage by extracting the Front Matter
* and Markdown body, and creating MarkdownDocument object from them.
*
* @see \Hyde\Framework\Testing\Feature\MarkdownFileParserTest
*/
class MarkdownFileParser
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
* However, a great alternate location is in `_site/build-manifest.json`,
* if you don't mind it the file being publicly accessible.
*
* @see \Hyde\Framework\Testing\Unit\GenerateBuildManifestTest
*/
class GenerateBuildManifest extends PostBuildTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
*
* Note that the Page Parsers do not compile any HTML or Markdown.
*
* @see \Hyde\Framework\Testing\Feature\SourceFileParserTest
*/
class SourceFileParser
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

/**
* Converts a Page Model into a static HTML page.
*
* @see \Hyde\Framework\Testing\Feature\StaticPageBuilderTest
*/
class StaticPageBuilder
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use function dirname;

/**
* @see \Hyde\Framework\Testing\Unit\InteractsWithDirectoriesConcernTest
*/
trait InteractsWithDirectories
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Validate the existence of a Page class's source file.
*
* @see \Hyde\Framework\Testing\Unit\ValidatesExistenceTest
*/
trait ValidatesExistence
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/**
* The Post Author model object.
*
* @see \Hyde\Framework\Testing\Unit\PostAuthorTest
*/
class PostAuthor implements Stringable
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use function sprintf;

/**
* @see \Hyde\Framework\Testing\Feature\Services\BuildTaskServiceTest
*/
abstract class BuildTask
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* If you want to override this page, you can create a page with the route key "docs/search",
* then this class will not be applied. For example, `_pages/docs/search.blade.php`.
*
* @see \Hyde\Framework\Testing\Feature\DocumentationSearchPageTest
*/
class DocumentationSearchPage extends DocumentationPage
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* Class to make Hyde documentation pages smarter,
* by dynamically enriching them with semantic HTML.
*
* @see \Hyde\Framework\Testing\Feature\Services\HydeSmartDocsTest
*/
class SemanticDocumentationArticle
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use function in_array;

/**
* @see \Hyde\Framework\Testing\Feature\GlobalMetadataBagTest
*/
class GlobalMetadataBag extends MetadataBag
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/**
* Holds the metadata tags for a page or the site model.
*
* @see \Hyde\Framework\Testing\Feature\MetadataTest
* @see \Hyde\Framework\Features\Metadata\PageMetadataBag
* @see \Hyde\Framework\Features\Metadata\GlobalMetadataBag
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use function collect;

/**
* @see \Hyde\Framework\Testing\Feature\NavigationMenuTest
*/
abstract class BaseNavigationMenu
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use function collect;

/**
* @see \Hyde\Framework\Testing\Feature\Services\DocumentationSidebarTest
*/
class DocumentationSidebar extends BaseNavigationMenu
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
* Unlike a regular navigation items, a dropdown item does not have a route or URL destination.
*
* @see \Hyde\Framework\Testing\Unit\DropdownNavItemTest
*/
class DropdownNavItem extends NavItem
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use BadMethodCallException;

/**
* @see \Hyde\Framework\Testing\Feature\NavigationMenuTest
*/
class NavigationMenu extends BaseNavigationMenu
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use function date;

/**
* @see \Hyde\Framework\Testing\Feature\Services\RssFeedServiceTest
* @see https://validator.w3.org/feed/docs/rss2.html
*/
class RssFeedGenerator extends BaseXmlGenerator
Expand Down

0 comments on commit 584b33f

Please sign in to comment.