function BoxesSpacesTestCase::testUserSpace in Boxes 6        
                          
                  
                        Same name and namespace in other branches
- 7 tests/boxes_spaces.test \BoxesSpacesTestCase::testUserSpace()
 
 
File
 
   - tests/boxes.test, line 219
 
  
  Class
  
  - BoxesSpacesTestCase 
 
  
Code
function testUserSpace() {
  $delta = $this
    ->runTest('user/3');
  
  $this
    ->drupalPost('admin/settings/performance', array(), t('Clear cached data'));
  $this
    ->drupalGet('user/3/features/overrides');
  $this
    ->assertResponse('200', 'Response code 200');
  $this
    ->assertText($delta, 'Found overridden box: ' . $delta);
}