-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added assertions for equal fixture directories and updated tests.
- Loading branch information
1 parent
638559a
commit 694bd93
Showing
121 changed files
with
1,155 additions
and
1,655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/.ignorecontent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Syntax of this file is similar to .gitignore with addition of content changes | ||
# ignoring using ^ prefix: | ||
# Comments start with #. | ||
# file - ignore file | ||
# dir/ - ignore directory and all subdirectories | ||
# dir/* - ignore all files in directory, but not subdirectories | ||
# ^file - ignore content changes in file, but not the file itself | ||
# ^dir/ - ignore content changes in all files and subdirectories, but check that the directory itself exists | ||
# ^dir/* - ignore content changes in all files, but not subdirectories and check that the directory itself exists | ||
# !file - do not ignore file | ||
# !dir/ - do not ignore directory, including all subdirectories | ||
# !dir/* - do not ignore all files in directory, but not subdirectories | ||
# !^file - do not ignore content changes in file | ||
# !^dir/ - do not ignore content changes in all files and subdirectories | ||
# !^dir/* - do not ignore content changes in all files, but not subdirectories | ||
|
||
# Ignore all files by extension. | ||
*.log | ||
|
||
# Ignore file in root and all directories. | ||
f3-new-file-ignore-everywhere.txt | ||
|
||
# Ignore dir with all files, but not subdirectories. | ||
dir2_flat/* | ||
|
||
# Ignore all files and subdirectories in the directory. | ||
dir3_subdirs/* | ||
# But include sub-sub-directory. | ||
!dir3_subdirs/dir32-unignored/ | ||
|
||
# Ignore directory and all subdirectories. | ||
dir4_full_ignore/ | ||
|
||
# Ignore content in the directory. | ||
^dir5_content_ignore/ | ||
# But include this file content changes for comparison. | ||
!^dir5_content_ignore/d5f2-unignored-content.txt |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/dir1_flat/d1f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/dir1_flat/d1f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f2l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/dir3_subdirs/d3f1-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d3f1l1 |
2 changes: 2 additions & 0 deletions
2
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/dir3_subdirs/d3f2-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
d3f2l1 | ||
|
1 change: 1 addition & 0 deletions
1
...punit/Fixtures/assert_fixture_files/files_equal/dir1/dir3_subdirs/dir31/d31f1-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d31f1l1 |
1 change: 1 addition & 0 deletions
1
...punit/Fixtures/assert_fixture_files/files_equal/dir1/dir3_subdirs/dir31/d31f2-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d31f2l1 |
1 change: 1 addition & 0 deletions
1
...nit/Fixtures/assert_fixture_files/files_equal/dir1/dir3_subdirs/dir32-unignored/d32f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f1l1 |
1 change: 1 addition & 0 deletions
1
...res/assert_fixture_files/files_equal/dir1/dir3_subdirs/dir32-unignored/d32f2-only-src.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f2l1.log only src |
1 change: 1 addition & 0 deletions
1
...nit/Fixtures/assert_fixture_files/files_equal/dir1/dir3_subdirs/dir32-unignored/d32f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f2l1 |
1 change: 1 addition & 0 deletions
1
...ssert_fixture_files/files_equal/dir1/dir5_content_ignore/d5f1-ignored-changed-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f1l1 |
1 change: 1 addition & 0 deletions
1
...ures/assert_fixture_files/files_equal/dir1/dir5_content_ignore/d5f2-unignored-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f2l1 |
1 change: 1 addition & 0 deletions
1
...assert_fixture_files/files_equal/dir1/dir5_content_ignore/dir51/d51f1-changed-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f2l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir1/f4-ignore-ext.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f4l1.log |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir1_flat/d1f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir1_flat/d1f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f2l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir2_flat/d2f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d2f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir2_flat/d2f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d2f2l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir3_subdirs/d3f1-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d3f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir3_subdirs/d3f2-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d3f2l1-changes |
1 change: 1 addition & 0 deletions
1
...punit/Fixtures/assert_fixture_files/files_equal/dir2/dir3_subdirs/dir31/d31f1-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d31f1l1 |
1 change: 1 addition & 0 deletions
1
...punit/Fixtures/assert_fixture_files/files_equal/dir2/dir3_subdirs/dir31/d31f2-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d31f2l1 |
1 change: 1 addition & 0 deletions
1
...ssert_fixture_files/files_equal/dir2/dir3_subdirs/dir31/f3-new-file-ignore-everywhere.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f3l1 - full ignore |
1 change: 1 addition & 0 deletions
1
...nit/Fixtures/assert_fixture_files/files_equal/dir2/dir3_subdirs/dir32-unignored/d32f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f1l1 |
1 change: 1 addition & 0 deletions
1
...fixture_files/files_equal/dir2/dir3_subdirs/dir32-unignored/d32f2-ignore-ext-only-dst.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f2l1.log only dst |
1 change: 1 addition & 0 deletions
1
...nit/Fixtures/assert_fixture_files/files_equal/dir2/dir3_subdirs/dir32-unignored/d32f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f2l1 |
1 change: 1 addition & 0 deletions
1
...ures/assert_fixture_files/files_equal/dir2/dir3_subdirs/f3-new-file-ignore-everywhere.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f3l1 - full ignore |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/dir4_full_ignore/d4f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d4f1l1-fully ignored |
1 change: 1 addition & 0 deletions
1
...ssert_fixture_files/files_equal/dir2/dir5_content_ignore/d5f1-ignored-changed-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f1l1-changed |
1 change: 1 addition & 0 deletions
1
...ures/assert_fixture_files/files_equal/dir2/dir5_content_ignore/d5f2-unignored-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f2l1 |
1 change: 1 addition & 0 deletions
1
...assert_fixture_files/files_equal/dir2/dir5_content_ignore/dir51/d51f1-changed-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f1l1-changed |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f2l1 |
1 change: 1 addition & 0 deletions
1
.../phpunit/Fixtures/assert_fixture_files/files_equal/dir2/f3-new-file-ignore-everywhere.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f3l1 - full ignore |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/f4-ignore-ext.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f4l1.log |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_equal/dir2/f5-new-file-ignore-ext.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f4l1.log |
37 changes: 37 additions & 0 deletions
37
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/.ignorecontent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Syntax of this file is similar to .gitignore with addition of content changes | ||
# ignoring using ^ prefix: | ||
# Comments start with #. | ||
# file - ignore file | ||
# dir/ - ignore directory and all subdirectories | ||
# dir/* - ignore all files in directory, but not subdirectories | ||
# ^file - ignore content changes in file, but not the file itself | ||
# ^dir/ - ignore content changes in all files and subdirectories, but check that the directory itself exists | ||
# ^dir/* - ignore content changes in all files, but not subdirectories and check that the directory itself exists | ||
# !file - do not ignore file | ||
# !dir/ - do not ignore directory, including all subdirectories | ||
# !dir/* - do not ignore all files in directory, but not subdirectories | ||
# !^file - do not ignore content changes in file | ||
# !^dir/ - do not ignore content changes in all files and subdirectories | ||
# !^dir/* - do not ignore content changes in all files, but not subdirectories | ||
|
||
# Ignore all files by extension. | ||
*.log | ||
|
||
# Ignore file in root and all directories. | ||
f3-new-file-ignore-everywhere.txt | ||
|
||
# Ignore dir with all files, but not subdirectories. | ||
dir2_flat/* | ||
|
||
# Ignore all files and subdirectories in the directory. | ||
dir3_subdirs/* | ||
# But include sub-sub-directory. | ||
!dir3_subdirs/dir32-unignored/ | ||
|
||
# Ignore directory and all subdirectories. | ||
dir4_full_ignore/ | ||
|
||
# Ignore content in the directory. | ||
^dir5_content_ignore/ | ||
# But include this file content changes for comparison. | ||
!^dir5_content_ignore/d5f2-unignored-content.txt |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/dir1_flat/d1f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/dir1_flat/d1f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f2l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/dir1_flat/d1f3-only-src.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f3l1 |
1 change: 1 addition & 0 deletions
1
.../phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/dir3_subdirs/d3f1-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d3f1l1 |
2 changes: 2 additions & 0 deletions
2
.../phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/dir3_subdirs/d3f2-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
d3f2l1 | ||
|
1 change: 1 addition & 0 deletions
1
...t/Fixtures/assert_fixture_files/files_not_equal/dir1/dir3_subdirs/dir31/d31f1-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d31f1l1 |
1 change: 1 addition & 0 deletions
1
...t/Fixtures/assert_fixture_files/files_not_equal/dir1/dir3_subdirs/dir31/d31f2-ignored.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d31f2l1 |
1 change: 1 addition & 0 deletions
1
...Fixtures/assert_fixture_files/files_not_equal/dir1/dir3_subdirs/dir32-unignored/d32f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f1l1 |
1 change: 1 addition & 0 deletions
1
...assert_fixture_files/files_not_equal/dir1/dir3_subdirs/dir32-unignored/d32f2-only-src.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f2l1.log only src |
1 change: 1 addition & 0 deletions
1
...Fixtures/assert_fixture_files/files_not_equal/dir1/dir3_subdirs/dir32-unignored/d32f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d32f2l1 |
1 change: 1 addition & 0 deletions
1
...t_fixture_files/files_not_equal/dir1/dir5_content_ignore/d5f1-ignored-changed-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f1l1 |
1 change: 1 addition & 0 deletions
1
.../assert_fixture_files/files_not_equal/dir1/dir5_content_ignore/d5f2-unignored-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f2l1 |
1 change: 1 addition & 0 deletions
1
...rt_fixture_files/files_not_equal/dir1/dir5_content_ignore/dir51/d51f1-changed-content.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d5f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f2l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir1/f4-ignore-ext.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f4l1.log |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir2/dir1_flat/d1f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f1l1 |
1 change: 1 addition & 0 deletions
1
tests/phpunit/Fixtures/assert_fixture_files/files_not_equal/dir2/dir1_flat/d1f2.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d1f2l1 |
1 change: 1 addition & 0 deletions
1
...phpunit/Fixtures/assert_fixture_files/files_not_equal/dir2/dir2_flat-present-dst/d2f1.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d2f1l1 |
Oops, something went wrong.