Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
tests: add ignore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 3, 2016
1 parent 612663e commit 4c0e9f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/InvalidLogDirectoryException.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function __construct($logDirectory, \Exception $previous = NULL)
}

/**
* @codeCoverageIgnore
* @return string
*/
public function getLogDirectory()
Expand Down
3 changes: 3 additions & 0 deletions src/Tracy/LoggerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function log($message, $priority = self::INFO)
}

/**
* @codeCoverageIgnore
* @deprecated
* @param string $message
*/
Expand All @@ -84,6 +85,7 @@ protected function formatMessage($message)
}

/**
* @codeCoverageIgnore
* @deprecated
* @param string $message
* @param string|NULL $exceptionFile
Expand All @@ -94,6 +96,7 @@ protected function formatLogLine($message, $exceptionFile = NULL)
}

/**
* @codeCoverageIgnore
* @deprecated
* @param string $message
*/
Expand Down

0 comments on commit 4c0e9f3

Please sign in to comment.