settermjd/podcast-site

View on GitHub
tests/unit/Episodes/Adapter/EpisodeListerFilesystemTest.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method testAdapterCanProperlyBuildEpisodeObject has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testAdapterCanProperlyBuildEpisodeObject()
    {
        $this->markTestIncomplete();
        $filePath = dirname(__FILE__) . '/../../../_data/posts';
        $episodeLister = EpisodeLister::factory([
Severity: Minor
Found in tests/unit/Episodes/Adapter/EpisodeListerFilesystemTest.php - About 1 hr to fix

    Method testAdapterCanProperlyHydrateEpisodeObject has 45 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function testAdapterCanProperlyHydrateEpisodeObject()
        {
            $this->markTestSkipped("Need to revisit this");
    
            $filePath = dirname(__FILE__) . '/../../../_data/posts';
    Severity: Minor
    Found in tests/unit/Episodes/Adapter/EpisodeListerFilesystemTest.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status