changed gitignore first step of merging all subtrees
This commit is contained in:
parent
bf88fdf0b9
commit
51cc1bb7b2
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
/_solr.sublime-workspace
|
||||
|
@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Drupal\psr_0_test\Tests\Nested;
|
||||
|
||||
class NestedExampleTest extends \DrupalWebTestCase {
|
||||
|
||||
public static function getInfo() {
|
||||
return array(
|
||||
'name' => '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');
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user