• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wikimedia / mediawiki-extensions-SemanticMediaWiki / 170
28%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2013 01:59AM UTC
Jobs 4
Files 207
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
170

push

travis-ci

mwjames
[DIC]: Support SCOPE_SINGLETON

Most DI frameworks allow to specify if an object is to be instantiated
as prototype or singleton.

* Prototypical scope (default) where each new injection returns a
new instance
* Singleton scope (well symfony calls it container scope) will return
the same instance for lifetime of a request

## Example
$this->registerObject( 'Foo', function ( return new Foo() ) { ... } )
If not declared otherwise, all objects are create with SCOPE_PROTOTYPE.

$this->registerObject( 'Foo', function ( return new Foo() ) { ... },
  DependencyObject::SCOPE_SINGLETON
)

$this->registerObject( 'Foo', new Foo(),
  DependencyObject::SCOPE_SINGLETON
)

Change-Id: I918b93511

2521 of 14668 relevant lines covered (17.19%)

5.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 170.1 (DBTYPE=mysql) 26 Aug 2013 01:53AM UTC 0
17.18
Travis Job 170.1
2 170.2 (DBTYPE=mysql) 26 Aug 2013 01:53AM UTC 0
17.18
Travis Job 170.2
3 170.3 (DBTYPE=sqlite) 26 Aug 2013 01:53AM UTC 0
17.18
Travis Job 170.3
4 170.4 (DBTYPE=sqlite) 26 Aug 2013 01:53AM UTC 0
17.19
Travis Job 170.4
Source Files on build 170
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #170
  • 1e2c8d5c on github
  • Prev Build on master (#169)
  • Next Build on master (#171)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc