Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 699 Bytes

File metadata and controls

29 lines (19 loc) · 699 Bytes

Comprehensive Test File --- Dev use only

This directory contains helper files for managing the TestFile states.

Files

  • TestFile.php - A compreshensive test file used for PHPCS testing during development.

  • TestFile_WithErrors_DoNotFix.php - Backup copy of the TestFile containing all original formatting violations. This is to help restore the violations in the TestFile.

  • restore_errors.sh - Bash script to restore the TestFile violations.

Usage

Restoring to its original error state:

$ composer restore-test-file

Checking for violations:

$ composer cs-test-file

Auto-fixing violations:

$ composer fix-test-file