Skip to content

Commit

Permalink
Merge pull request #127 from SemanticMediaWiki/paladox-patch-2
Browse files Browse the repository at this point in the history
Run tests
  • Loading branch information
gesinn-it-gea authored Jan 8, 2025
2 parents dda139a + 126d59c commit a0abf6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@
//print sprintf( "%-20s%s\n", "Page Forms: ", SemanticFormsSelect::getVersion( 'PageForms' ) );

$autoloader = require $autoloaderClassPath;
//$autoloader->addPsr4( 'SFS\\Tests\\', __DIR__ . '/phpunit/Unit' );
//$autoloader->addPsr4( 'SFS\\Tests\\Integration\\', __DIR__ . '/phpunit/Integration' );
unset( $autoloader );
$autoloader->addPsr4( 'SFS\\Tests\\', __DIR__ . '/phpunit/Unit' );

0 comments on commit a0abf6c

Please sign in to comment.