Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-21432

Wrong assertions in eZComments PHPUnit tests

    XMLWordPrintable

Details

    Description

      Unfortunately, in a previous pull request, I have introduced two assertion errors in ezcomnotification_test.php

      $this->assertInstanceOf( 'ezcomComment', $notification );

      should be

      $this->assertType( 'ezcomNotification', $notification );

      Attachments

        Activity

          People

            Unassigned Unassigned
            jgamez jgamez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: