Oefenweb/cakephp-social-media

View on GitHub

Showing 2 of 2 total issues

Method testFacebook has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function testFacebook() {
        $fullBaseUrl = Configure::read('App.fullBaseUrl') ?: FULL_BASE_URL;

        // Text link
        $title = __d('social_media', 'Share on Facebook');
Severity: Minor
Found in Test/Case/View/Helper/SocialMediaHelperTest.php - About 1 hr to fix

    Method testTwitter has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function testTwitter() {
            // Text link
            $title = __d('social_media', 'Share on Twitter');
            $urlParameters = [
                'url' => 'your-url',
    Severity: Minor
    Found in Test/Case/View/Helper/SocialMediaHelperTest.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language