diff --git a/.gitignore b/.gitignore index 561697b2..3230826e 100755 --- a/.gitignore +++ b/.gitignore @@ -2,12 +2,12 @@ sites/*/settings*.php # Ignore paths that contain user-generated content. -sites/* -#sites/*/files -#sites/*/private +#sites/* +sites/*/files +sites/*/private _base_d7.tmproj /_materio.sublime-project /_materio.sublime-workspace /_solr.sublime-project -/_solr.sublime-workspace \ No newline at end of file +/_solr.sublime-workspace diff --git a/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php b/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php deleted file mode 100755 index 324ed439..00000000 --- a/modules/simpletest/tests/psr_0_test/lib/Drupal/psr_0_test/Tests/Nested/NestedExampleTest.php +++ /dev/null @@ -1,18 +0,0 @@ - 'PSR0 example test: PSR-0 in nested subfolders.', - 'description' => 'We want to assert that this PSR-0 test case is being discovered.', - 'group' => 'SimpleTest', - ); - } - - function testArithmetics() { - $this->assert(1 + 1 == 2, '1 + 1 == 2'); - } -}